Python file uploader
I recently had a need to upload large files to a server via HTTP. Most of the solutions required tweaking the web server or PHP instance which I didn't feel like dealing with. I found a Python script that would write the data in chunks so it could handle large files. I modified to script to include a few additional features including reporting a hash to the user, appending a date and revision to the file. I did my testing with Apache so your mileage may very with other httpd instances. The script is released under to GNUv3 so feel free to download a copy for your use or destruction. You can find it at Google Code or directly here: http://code.google.com/p/file-uploader/
0 Comments:
Post a Comment
<< Home