Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Request Entity Too Large

Questions related to using nuBuilder Forte.
Locked
tonyd
Posts: 68
Joined: Sun Mar 04, 2018 6:38 pm

Request Entity Too Large

Unread post 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?
TonyD
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Request Entity Too Large

Unread post 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
tonyd
Posts: 68
Joined: Sun Mar 04, 2018 6:38 pm

Re: Request Entity Too Large

Unread post 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.
TonyD
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Request Entity Too Large

Unread post by admin »

.
Locked