Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader not work suddenly Options
Texwinca Developer
Posted: Tuesday, November 24, 2009 8:39:44 PM
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.
Texwinca Developer
Posted: Tuesday, November 24, 2009 8:41:43 PM
Rank: Advanced Member
Groups: Member

Joined: 3/31/2009
Posts: 52
Hi support,

I have sent you the testing URL.
eo_support
Posted: Wednesday, November 25, 2009 3:39:17 PM
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!
Texwinca Developer
Posted: Wednesday, November 25, 2009 8:12:44 PM
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.
eo_support
Posted: Wednesday, November 25, 2009 8:28:23 PM
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
Texwinca Developer
Posted: Wednesday, November 25, 2009 8:33:41 PM
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
eo_support
Posted: Wednesday, November 25, 2009 8:38:29 PM
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!


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.