Rank: Member Groups: Member
Joined: 2/6/2009 Posts: 26
|
Hi,
I've got an eo upload control on a page. I'm displaying the page by setting contenturl on an eo.dialog.
The problem is that if I manually do a postback (document.forms[0].subimt() or __doPostBack) the postedfiles is empty and the fileuploaded event doesn't fire. However, if I set the autoPostBack on the uploader it works fine.
Any ideas what I could be doing wrong?
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. I have no idea. : ) You can try to use a ScriptEvent control and then call this function to trigger post back: http://www.essentialobjects.com/doc/1/jsdoc.public.global.eo_triggerserverevent.aspxThanks!
|