Upload Problem File Size >~ 120 MB
-
Hi Everyone.
Neat Plugin.
I’m using a 1&1 shared hoster and this plugin to upload big files to my server. After some fiddling I got it to run in ftp mode but I have problems to upload files bigger ~120MB.I uploaded a 119MB file just fine. But a 137MB file showed some strange behaviour.
http://s3.postimg.org/f25fjzfg3/consoleoutput.jpg
Around 20MB the upload simply reset. Than it run up to around 20MB again and stops there.Might not have anything to do with it. I got a few warnings but since I got them with sucessful upload too I ignored them.
Warning: filesize(): stat failed for any in /homepages/17/d41704198/htdocs/webFTP/wp-content/plugins/wp-file-upload/lib/wfu_processfiles.php on line 160
Warning: filesize(): stat failed for any in /homepages/17/d41704198/htdocs/webFTP/wp-content/plugins/wp-file-upload/lib/wfu_processfiles.php on line 161
Warning: filesize(): stat failed for any in /homepages/17/d41704198/htdocs/webFTP/wp-content/plugins/wp-file-upload/lib/wfu_processfiles.php on line 177
On a side note:
Few other things I notice. FTP mode resets permission on the folder it saves the file. I tracked the iusse to the following file:
wfu_io.php
You use this two lines to make the folder writeable, save the file and than write the old permission back. But $targer_perms isn’t filled with my server. Anyone else noticed this bug ?
$target_perms = substr(sprintf(‘%o’, fileperms(dirname($target))), -4);
ftp_chmod($conn_id, $target_perms, dirname($target));
The topic ‘Upload Problem File Size >~ 120 MB’ is closed to new replies.