Re: [PHP] uploading really big files





Richard Lynch wrote:
On Wed, May 30, 2007 8:47 am, Angelo Zanetti wrote:
We need to develop a system where we can upload really big files. IE
15
- 25 Mb.

You're pushing the limit on user patience and browser timeouts...

So I know you can set the limit of the upload thats not a problem, I
know a problem that we might experience is that the browser might time
out. Is there any way around this?

Nope.

The browser gets tired of waiting around for the upload to complete
because your server is too slow/busy, and the user has a very bad
experience.

file upload was grafted onto HTTP rather late in the game, and shows
the scars badly.

and also are there other problems I
might encounter?

Woof.

Yes, there are many problems you might encounter :-)

Users on slow/flaky connectionns will never have a good experience
with HTTP file upload. Give them FTP or SCP or something that is more
stable and will re-try.

You also have to consider what users might choose to upload that is
not what you wanted. There are all kinds of people out there looking
to upload "interesting" content that you don't actually want, most
likely.

There is a Flikr book out there that might have some insight for you. They obviously dealt with this already, and wrote a whole book all
about Flikr, so it's probably got something in there covering this.

thanks for the replies. But how does a site like: http://www.yousendit.com/ do the upload of really huge files?
Normal upload?

thanks

--
------------------------------------------------------------------------
Angelo Zanetti
Systems developer
------------------------------------------------------------------------

*Telephone:* +27 (021) 469 1052
*Mobile:* +27 (0) 72 441 3355
*Fax:* +27 (0) 86 681 5885
*
Web:* http://www.zlogic.co.za
*E-Mail:* angelo@xxxxxxxxxxxx <mailto:angelo@xxxxxxxxxxxx>
.



Relevant Pages

  • Re: [PHP] uploading really big files
    ... You're pushing the limit on user patience and browser timeouts... ... The browser gets tired of waiting around for the upload to complete ... there are many problems you might encounter :-) ... There is a Flikr book out there that might have some insight for you. ...
    (php.general)
  • Re: Editing HTML in publisher
    ... In the browser go to Help and then About IE or FF or whatever the name of the browser, ... Assuming that you are using FireFox or some other browser than IE, the reason the links are not working is that all the text has been converted to images, which kills the links. ... I suspect the reason you are getting these images is because you have grouped together those design elements. ... changing upon new upload. ...
    (microsoft.public.publisher.webdesign)
  • Re: upload word doc in asp.net
    ... If you're using a browser there is not much you can do as the Upload/Browse ... But this won't be an easy task and of course require messy ActiveX ... > so that the user can use Microsoft Word to modify the document. ... my problem is to upload the document in the server without too ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [Full-Disclosure] Friendly and secure desktop operating system
    ... >> download them. ... > And even then you can't do a good job of keeping the main browser from lying to ... - You have a File Open/Save service process that has access to all files ... - Web browser's Upload function makes an IPC call to File Open/Save ...
    (Full-Disclosure)
  • Re: Directory Upload
    ... "Chow" wrote in message ... > project or for my work, but I did file upload tool recently, and it ... > application without using any applets. ... I've never seen this implemented by any browser. ...
    (comp.lang.java.programmer)