Page 1 of 1
Request Entity Too Large
Posted: Sun Mar 11, 2018 7:28 pm
by tonyd
I am only trying to save a 500k file using an Input:file object. I have already added phprc entries to increase everything I can think of, with no luck. I have only been successful saving files in the 10k range so far.
Any ideas?
Re: Request Entity Too Large
Posted: Mon Mar 12, 2018 12:21 am
by admin
TonyD,
Its a limitation I wasn't aware of.
However, I think that if you try to use nuBuilder to store files of that size, you should use something like Drop Box.
But I will need to come up with a better error message than the one that comes up now.
Steven
Re: Request Entity Too Large
Posted: Mon Mar 12, 2018 2:06 am
by tonyd
admin wrote:However, I think that if you try to use nuBuilder to store files of that size, you should use something like Drop Box.
I might agree except for the fact that MySQL is quite capable of storing even a 500Meg file, let alone a puny 500k file size. I could see that it might reach a time limit for processing a request before it reached a size limitation. That said, I think my time might be better spent looking for a less problematic solution for my file storage problem.
Thanks a bunch, Steven.
Re: Request Entity Too Large
Posted: Mon Mar 12, 2018 3:13 am
by admin
.