Thread: Python CGI File Upload Question
php has function allows me "move_uploaded_file".
python's cgi module uses streamio uploaded files , therefore requires expensive "save" operation.
time problem large files take long time read data , write filesystem. however, reason i'm using python because of file size limit imposed hosting provider's php.ini.
put, there way speed file saving/moving operation of files uploaded python cgi script?
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Python CGI File Upload Question
Ubuntu
Comments
Post a Comment