Rank: Advanced Member Groups: Member
Joined: 7/2/2008 Posts: 35
|
How do I force the file into the final location as soon as the file is uploaded? Atthe moment, this seems to happen only when I leave the uploading page.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
The file will be available to your code only after the page posts back (for example, user click another button). It has nothing to do with whether you leave the page or not. You can make the uploader to trigger a post back for you immediately after the file is uploaded by setting the uploader's AutoPostBack to true.
Thanks
|