Tagged Questions
0
votes
0answers
79 views
How to solve 2038 error swfupload?
I use swfupload on my debian server.
I have already incrased limits in my php options to:
But it writes me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't ...
0
votes
3answers
373 views
How to upload a large file in pieces to my server?
How can upload a large SQL dump file it's 1GB, is there any software that uploads the file and resumes it later or just cut it into pieces and then join them back on the server ?
because ftp upload is ...
1
vote
3answers
770 views
500 Internal Server Error when uploading large files to MediaWiki
When I upload a large (>245 Mb) file to my MediaWiki wiki (using Upload file, same as for images), I see:
Internal Server Error
The server encountered an internal
error or misconfiguration ...
3
votes
3answers
829 views
Network throttling for large file upload process
My application need to have a file upload component which will be uploading very large(>1gb) files. I'm yet to decide on the protocol (HTTP or FTP) to go for (Any help in this regard will be highly ...