472,993 Members | 3,144 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Reliable file uploads

I seem to have a lot of complaints from users about file upload problems to my site (developed in ASP.NET). The issue
is not related to setting the maxRequestLength or any security issues. Most of the complaints come from Mac users. I
don't know if it's just that they have slow upload speed (the files being uploaded are in the 5-10MB range). Once I did
find that one person was using AOL (for the PC) and had their web accelerator on and although I don't know why it caused
the upload to fail everytime (my server was never getting the file). So, what can I do to make file uploads more
reliable, I'm really getting tired of hearing all the complaints.
--Buddy
Nov 19 '05 #1
2 1150
I don't think there is anything you can do to solve any problems with the
HTML file upload element. If you want to ensure reliability, you could
always create like an ActiveX or something that sends the through some means
other then the form POST.

"Buddy Ackerman" <bu**********@buddyackerman.com> wrote in message
news:Ov**************@TK2MSFTNGP09.phx.gbl...
I seem to have a lot of complaints from users about file upload problems to my site (developed in ASP.NET). The issue is not related to setting the maxRequestLength or any security issues. Most of the complaints come from Mac users. I don't know if it's just that they have slow upload speed (the files being uploaded are in the 5-10MB range). Once I did find that one person was using AOL (for the PC) and had their web accelerator on and although I don't know why it caused the upload to fail everytime (my server was never getting the file). So, what can I do to make file uploads more reliable, I'm really getting tired of hearing all the complaints.
--Buddy

Nov 19 '05 #2
To be truly reliable, the upload needs to have the ability to resume.
There's only one component I know of that has this:

http://fileup.softartisans.com/fileup-147.aspx

"Buddy Ackerman" <bu**********@buddyackerman.com> wrote in message
news:Ov**************@TK2MSFTNGP09.phx.gbl...
I seem to have a lot of complaints from users about file upload problems to
my site (developed in ASP.NET). The issue is not related to setting the
maxRequestLength or any security issues. Most of the complaints come from
Mac users. I don't know if it's just that they have slow upload speed (the
files being uploaded are in the 5-10MB range). Once I did find that one
person was using AOL (for the PC) and had their web accelerator on and
although I don't know why it caused the upload to fail everytime (my server
was never getting the file). So, what can I do to make file uploads more
reliable, I'm really getting tired of hearing all the complaints.
--Buddy


Nov 19 '05 #3

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

Similar topics

3
by: kafooey | last post by:
Hi all, I've been digging around on the newsgroups and the web for a possible answer for this problem, but have so far come up with nothing so thought I would ask here... I have the following...
13
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
5
by: Kikoz | last post by:
Hi all. I assume that if the user uploads a file from aspx page IIS will put all future requests to the same page from other users in a line and all of them will be waiting until this upload...
4
by: yehaimanish | last post by:
I am developing the project management system. Each Project: 1. Title, description ... , stored in mysql database 2. Upto ten files (initial description), (name in db, file in file system) 3....
4
by: mcrose | last post by:
I've written theh standard applicaiton for our client to allow indexed (customer name, subject etc) file uploads via secure http using the <input type='file'http element. This works great, and has...
3
by: markus.rietzler | last post by:
i want to do (multiple) file upload(s) and display a progress bar. with firefox and safari it is no problem at all. only IE makes some problems. my script is based on ajax-uploader, which can be...
6
by: Emmanuel Petit | last post by:
First of all I am rather new into PHP. I use php 5 and I am putting together a web site for a local association I belong too. Most of the site is okay, except for this problem : I need to be...
6
by: Milan Krejci | last post by:
while(list($key,$value) = each($_FILES)) { if(!empty($value)){ $filename = $value; $add = "upimg/$filename"; echo $_FILES; $error=copy($_FILES, $add); if (!$error)...
10
by: =?ISO-8859-1?B?UOlw6g==?= | last post by:
Hello. Im new to php and i had experience in ASP. IM trying to get a pdf file from a remote folder and what happens is that opens a new page. Here is the code: <a...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

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.