Python timed file upload

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-06-14T19:32:17Z Indexed on 2010/06/14 19:32 UTC
Read the original article Hit count: 247

Filed under:
|
|

I have a python script that accepts a file from the user and saves it.

Is it possible to not upload the file immediately but to que it up and when the server has less load to upload it then.

Can this be done by transferring the file to the browsers storage area or taking the file from the Harddrive and transferring to the User's RAM?

© Stack Overflow or respective owner

Related posts about python

Related posts about file