Rank: Member Groups: Member
Joined: 3/9/2009 Posts: 25
|
Dear all,
I wonder if you can help. I have an ajax uploader with a maxfilecount of 1. Once I have uploaded a file I show the file in a repeater. This all works and I cant update another file as expected BUT if I delete the file I cant add another file? Is there anyway I can set the uploader to allow another file?
I'm sure there must be but I am struggling to see it :-)
Thanks
Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to call ClearPostedFiles and see if that helps. If that still does not work, then you may want to hide the uploader as soon as you have uploaded a file.
Thanks!
|