janfrey
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress File Upload] Pro Version File Size > 1GBHello Nickolas, after replacing the suggested if statement, the user would get the succes feedback after uploading is finished. Thank you for showing the exact palce in code to look at ??
I also scrolled a little bit through the script, tested my luck and removed the 2GB filesize limit due to the 32 bit based system. (lines 365 and 397).
My upper filesize limit is now set through the adjustable parameter in the plugin settings and i just uploaded a 15GB file for testing purpose. Everything worked well !Many many thanks for your effords and great support. Wish you a nice weekend ??
Forum: Plugins
In reply to: [Wordpress File Upload] Pro Version File Size > 1GBHello Nickolas and everyone who might be interested.
A few hours of trial and error i′m a few steps ahead. After reducing the Chunk size to about 0,5 GB a was able to upload larger files to the webserver. However my server is unable to concatenate the chunks due to the total filesize and will leave them split.
My current work around is to download these chunks to a linux system and concatenate them by hand ( $ cat chunk1 chunk2 … chunkn > outputfile).
As i dont expect frequent uploads that need high automatation in data processing this is an acceptable (affordable) solution for me right now.I wonder if i can comment out the concatination process in the plugin and just return a succes flag so the user will know, that the uplaod is complete. Could you kindly advice the file i would have to look for?
Best regards,
Jan
Forum: Plugins
In reply to: [Wordpress File Upload] Pro Version File Size > 1GBMany thanks for your suggestions.
Great and fast support.I will try and see what works ??
Jan
Forum: Plugins
In reply to: [Wordpress File Upload] Pro Version File Size > 1GBIt′s a 32 bit based webserver.