Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader getClientFileName Options
Christian Schweda
Posted: Tuesday, November 11, 2008 6:16:48 AM
Rank: Newbie
Groups: Member

Joined: 6/15/2007
Posts: 4
Hi,

I have an AJAXUploader which is restricted to MaxFileCount=1. After upload I'd like to write the filename (getClientFileName) into a textbox. The end user can change this suggestion.
I tried to use ClientSideOnDone-event, but getPostedFiles always is empty.
How can I do it?

Regards
Christian Schweda
eo_support
Posted: Tuesday, November 11, 2008 10:59:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
Hi,

Try to use ClientSideOnChange instead of ClientSideOnDone. ClientSideOnDone is triggered before posted file list is updated, while ClientSideOnChange is called after it is updated.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.