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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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!
|