Jump to content

Recommended Posts

I am using HTTP_Upload to upload a series of large files (up to 50MB).  For security reasons, FTP cannot be used. 

 

I would like to use HTML_Progress2 to graph the progress for the user. 

 

So, how do you go about getting the size of the file before actually uploading it?  Before the upload beings, I would like to give a total size to the user.  And how do you get the size as it is being uploaded?  This way, I can make the graph.

 

Any help would be appreciated.

Link to comment
https://forums.phpfreaks.com/topic/62702-file-upload-question/
Share on other sites

you can't do this with PHP because your server side script has no idea how big the file is on your user's hard drive.  You won't know how the big the file is until AFTER you've received it.

 

do a little googling though and you may find a client-side solution: http://www.thescripts.com/forum/thread460516.html

Link to comment
https://forums.phpfreaks.com/topic/62702-file-upload-question/#findComment-312116
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.