473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

File Uploading issue

Well, I'm trying to create my own file uploader, just to start with something
that can be usefull for me in the later days.
I did it. Certainly it was so simple as I thought, actually I've some little
bugs that I'm going to correct.

But the thing that I'm not able to do is understand why, despite I got all
the stream from the multipart-data form, chuncked
in small pieces, rebuilt all files, many times (suppose 3 on 5) Internet
Explor progress bar continue to run. Run What?

I read all. So I suppose tehre is a way to inform IE or the IIS (I don't
know who must to inform) that I finished all the work.

I tried to look up something over web, but nothing useful. Any idea on where
to start to collect information as well as same
sample code to analyze?

thank you to anyone
Giuseppe

Jan 11 '06 #1
9 954
I guess you will need to return a result page back to the browser after
you have completed the download... Have you done that??

Jan 11 '06 #2
Hi,

But the thing that I'm not able to do is understand why, despite I got all
the stream from the multipart-data form, chuncked
in small pieces, rebuilt all files, many times (suppose 3 on 5) Internet
Explor progress bar continue to run. Run What?


It's waiting for the page to finish lo load back.

Does it takes long to do the uploading process?
You may get a timeout if so.
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Jan 11 '06 #3
Coulkd you try to explain it? I don't sure to understand what you mean.

Thanks
Giuseppe

Jan 12 '06 #4
The upload is finished immediately ... but the progress bar run run run ...

Thanks.
Giuseppe

Jan 12 '06 #5
Well... What happens in your code after you upload the file? You must
send a "result page" to the browser ... I'm not sure how to explain it
further ... Maybe you can post your code if it's not too long ...

Jan 12 '06 #6
No nothing result. Not at the moment. Just want to upload, and wait that
page automatically postback because execution is finished.

Bye
Giuseppe

Jan 13 '06 #7
Hi,

"Giuseppe Esposito" <giusespo@no_spam_libero.it> wrote in message
news:9f*************************@news.microsoft.co m...
The upload is finished immediately ... but the progress bar run run run
...


Are you sure?

Create a hook for page Unload and put a breakpoint there.

If it goes, then post some of the relevant code
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Jan 13 '06 #8
Well the page upload is done by an httpModule I've written ...
Is PageUnload method called also in this case?

Thanks
Giuseppe

Jan 13 '06 #9
Do you mean HttpHandler?

Jan 14 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Pamela Chatterjee | last post by:
In my project I am uploading file, using HttpPostedFile in ASP.NET. In my project I have to allow user to upload pdf, gif and jepg file only. I know after uploading file I can check ContentType of ...
1
by: Thorsten Wienbarg | last post by:
Hi there, after doing some reading on this subject, I found lots of information on how to actually avoid not uploading a file. They don't tell me how to exclude the contents of a file though. ...
10
by: darrel | last post by:
I have an input type="file" field that I am using to accept a file upload. This works, but I'm having problems with the filename property. In firefox, this: MyInputField.postedfile.filename ...
6
by: jackson | last post by:
Hi all, Im having problem when uploading file to localhost. but I can upload to drive c: any idea thanks
3
by: Mike Kelly | last post by:
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get...
3
by: J055 | last post by:
Hi How do I tell the user he has tried to upload a file which is too big... 1. when the httpRuntime.maxRequestLength has been exceeded and 2. when the uploaded file is under then...
3
by: OriginalBrownster | last post by:
I am currently uploading a file from a users computer to the file system on my server using python, just reading the file and writing the binaries. total_data=' ' while True: data =...
2
by: Ramanichandran | last post by:
Dear all, Could u please give some idea. The issue is, in web page while uploading a file it will give eror. Microsoft VBScript runtime error '800a0046' ...
7
by: yatin.smile | last post by:
I am a fresher in php and java script. that's wy i join a group for do a discussion on different concepts of php and java scripts. now i m working on file uploading.So i need a discussion on this...
10
by: Redhairs | last post by:
In a web farm environment, how to store the user uploading files for future access? Store them in db, local file system or centralized file server? If trying to storing the file in local file...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.