This is a discussion on "File upload problem" within the ASP.NET Forum section. This forum, and the thread "File upload problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
File upload problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
File upload problem
Hi all,
I have written an AJAX progress bar for file uploads... the file upload is implemented in an HttpModule. When a file is submitted using an input type="file", the browser hangs until the file has finished uploading. I know this doesn't have anything to do with the code that actually uploads the file, because when i was first running some tests (before actually writing the module) using the built-in asp.net file upload bits, i was getting the same problem. The file input is located in an iframe on the page which, onsubmit, calls a function in the parent page to handle the progress callbacks. Once the iframe submits, no more code is executed on the parent page until the iframe has finished uploading. Does anyone know why this is happening? Thanks in advance Scott |
|
|
![]() |
| Tags |
| file upload |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP+SQL+File Upload | joshlindem | PHP Forum | 5 | May 10th, 2008 16:48 |
| file upload | berry05 | Job Opportunities | 0 | Mar 19th, 2008 19:09 |
| renama file name before upload | mcnika | PHP Forum | 1 | Mar 17th, 2008 12:13 |
| File Upload | magiccupcake | PHP Forum | 1 | Jan 22nd, 2007 05:10 |
| File upload | djme | PHP Forum | 4 | Jan 11th, 2006 18:25 |