Bug 15358 - Problems with file upload control
Summary: Problems with file upload control
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 05:05 PDT by Pierre Milburn
Modified: 2022-08-11 09:13 PDT (History)
5 users (show)

See Also:


Attachments
Problems with upload control in .NET 2005 with Safari 3.0.3 (29.18 KB, text/plain)
2007-10-03 05:15 PDT, Pierre Milburn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Milburn 2007-10-03 05:05:22 PDT
Hi,

We have a problem with the upload control in .NET 2005 in Safari. It works on IE 6 and Firefox 2.0.0.6. 

We have test it in Safari 3.0.3 for Windows and Safari 3.0.3 for Mac withour correct result. 

Javascript and callbacks does not works after we select a file from our local disk. The problem occurs (selecting the file with the file upload control in .NET 2005) before we press the upload button to upload the file.

The file upload control needs a full callback but does not seem to reload the page.

I do not have an URL to show. The reason for not giving an URL is that we use the page in our company and it uses private data of our customers. It access the database in different ways.

Questions:

Can this problem have something to do with Safari caching?

Best regards,

/Pierre
Comment 1 Pierre Milburn 2007-10-03 05:15:01 PDT
Created attachment 16517 [details]
Problems with upload control in .NET 2005 with Safari 3.0.3

The control that causes the problem is:

<asp:FileUpload ID="fuBackupImage" runat="server" />
Comment 2 Mark Rowe (bdash) 2007-10-03 05:54:38 PDT
We can't do anything with .NET source code of your page.  The generated HTML + JavaScript are required before we can even begin to investigate this.  A reduced test case extracted from that would be the most ideal thing to provide, but any test case demonstrating the issue will do.
Comment 3 Ahmad Saleem 2022-08-11 09:13:25 PDT
Since we don't have reproducible test case, additionally it is failing on ASP.NET input control for uploading rather than HTML input field and I am going to mark this as "RESOLVED INVALID".

Please reopen if someone has reproducible test case and know about history of this bug. Thanks!