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?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Request Entity Too Large
Re: Request Entity Too Large
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
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
-
- Posts: 68
- Joined: Sun Mar 04, 2018 6:38 pm
Re: Request Entity Too Large
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.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.
Thanks a bunch, Steven.
TonyD