|
Rank: Newbie Groups: Member
Joined: 9/11/2007 Posts: 2
|
Hi i am testing the latest build available on safari both osx and windows version) and it seems the FileUploaded event is never triggered once the postback has occured, so i cannot manage the uploaded files.
the code source i am using is fairly simple:
Any ideas on why it s not working?
Cheers
<div id="uploader_panel" > <eo:AJAXUploader ID="AJAXUploader1" runat="server" Width="250px" OnFileUploaded="AJAXUploader1_FileUploaded" TempFileLocation="~/tmp" AutoPostBack="true" ProgressTextFormat="Uploading ...{percentage}% done. {estimated_remaining_seconds} seconds left." > <DeleteButtonStyle CssText="display:none;" /> <BrowseButtonStyle CssClass="inputbutton" CssText="height:24px;"/> <UploadButtonStyle CssClass="inputbutton" CssText="width:100%;height:26px;" /> <CancelButtonStyle CssClass="inputbutton" CssText="height:24px;"/>
</eo:AJAXUploader> </div>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Gilles,
Thanks for letting us know. It appears to be a bug. We will look into it and let you know.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 9/11/2007 Posts: 2
|
Thanks Any idea of when?
While we re at it; there is another bug with the display in safari:
the upload button and text box is render on top of the send button
Cheers
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Gilles,
We are working on both issues. Hopefully we can get it resolved in a few days. Safari does not support browse button customization, so that part will not be covered.
Thanks
|
|