|
Rank: Advanced Member Groups: Member
Joined: 3/31/2009 Posts: 52
|
Hi support,
My users has reported that they can't upload files suddenly. After I checked this issue, I found that the posted files list can be retrieved in Page_Load event/AJAXUploader1_FileUploaded event. However, when jump to other event such as "CallbackPanel_execute" event, the posted files list is empty. In the past, the upload process work normally.
|
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2009 Posts: 52
|
Hi support,
I have sent you the testing URL.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You should always retrieve the list inside FileUploaded event. I believe the uploader would clear the list after that event is fired.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2009 Posts: 52
|
I really don't know why the posted file list will be cleared after FileUploaded event. If it is the case, what is the usage of method ClearPostedFiles? and I am sure it works before.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
In the current version the uploader automatically calls ClearPostedFiles after triggering FileUploaded event. It does not do so in previous version and it is considered a bug because without clearing the file list, the same file can appear again in PostedFile list during a second post back, which obviously has other implications and consequences. As a result, you should always access PostedFiles inside or before FileUploaded event.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2009 Posts: 52
|
OK. Where can I get the bug fixed list, so that I can review my application
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We do not post detailed list with every minor build because they occurs rather frequently. Usually there will be a summary list every several months in the announcement forum. We expect to have one soon.
Thanks!
|
|