You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
I can upload files that is below 10 mb or so. However, if I try to upload files any larger, it seems to time out with no error messages. It just goes back to the welcome screen after awhile.
Offline
Did you check the FAQ page with regards to bigger uploads? This is generally down to server restrictions.
Offline
I have looked at the faq but will look again if I have missed something.
Offline
Upon checking my php.ini my limits are:
1024M upload_max_filesize
1024M post_max_size
128M memory_limit
Last edited by duceduc (18-01-2011 15:54:31)
Offline
Hmm, that looks ok. Anything in your server error log?
Offline
I see no errors in the apache error logs. It seems to be uploading, but after awhile it just brings me back to the home page within the site. I can upload large files within my network, however. Strange.
Offline
Just when I was typing this post, I was testing the upload. It went through this time. I was able to upload a file that was 64mb. It is still strange that it would time out and not show any errors at times. Would increasing the memory limit help?
Offline
You can try it. 64MB shouldn`t really be an issue if the restrictions aren`t set. Is it a shared server? Or vps/dedicated?
Offline
I am not sure what you mean. I would assume it is dedicated as it is my own home server and I have full control of it.
Offline
Well, best to read up on the differences. Its not that important. I just wondered as shared servers won`t have the same processing power as a dedicated server. If its your own, its technically dedicated, so thats fine.
Offline
I need to figure out why it's not working properly. I tried to upload a file that was 164mb and it's not going through.
Offline
Have you tried in different browsers?
Offline
I have tried firefox and safari for windows. Both replicate the exact same thing. It logs me out and brings me back to the welcome screen. I would need to log back in to view my account.
Offline
Strange. So, it logs you out? Can`t think what the problem might be.
Offline
Yes, the script logs me out after awhile during upload. I am able to upload files if I am within my network, however.
Offline
Hi there, I'm getting the same issue, however i do get an error in my error_log.
PHP Warning: POST Content-Length of 116899029 bytes exceeds the limit of 67108864 bytes in Unknown on line 0
[
It's automatically set at 64mb. But where do I go to change this?
Last edited by afung (27-01-2011 19:35:55)
Offline
But where do I go to change this?
See the docs please and the FAQ page.
Offline
Hm.. I read the docs carefully and I checked the index.php in the upload folder to see if there's anything I can modify.
I've changed the upload limit to 200mb and the upload limit per file is 250mb. The file I uploaded is 80mb, and it gives me the same error and says it exceed the limit of 67108864 (64mb). Could it be my hosting server? But I've uploaded 100+mb through the control panel before...
Let me know what i'm doing wrong, thanks!
Offline
The control panel will have different limits to whats allowed in your PHP.ini file. Check that first to find your limits and look for:
upload_max_filesize
post_max_size
Offline
Well, I finally got the chance to further investigate why I was having this issue. I tried a 180mb file this time. It seems the server quits the the very end of the process. I was able to monitor the upload bandwidth and 180mb was used. However, the file was never saved.
Last edited by duceduc (24-02-2011 23:51:54)
Offline
So, what was the issue? Bandwidth?
Offline
I am not sure what is causing the issue. Tried both times with files over 150mb but I don't see the file in the account. I don't get an error or a file upload message either.
Offline
Strange.
Offline
Pages: 1