Jump to content

Php upload file, get estimated time

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Jacki

Jacki

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
Hello,
I'm programming an upload script and for the uploading I'm using move_uploaded_file. Is possible to get the estimated time to upload? Thanks, byez!
Posted Image

Posted Image

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You can calculate upload times based on the file size and the type of connection they have.

#3
Guest_Jaan_*

Guest_Jaan_*
  • Guests
Hm.. I think you can't get user's connection type with PHP hm..

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
They would have to select their type just like on the Microsoft Download pages.