Alexander Stolte Expert Licensed User Longtime User Aug 27, 2020 #1 Is there a way to set a max upload size of an file? Or i need to check in the server filter how big the Input Stream is?
Is there a way to set a max upload size of an file? Or i need to check in the server filter how big the Input Stream is?
Erel B4X founder Staff member Licensed User Longtime User Aug 27, 2020 #2 You are not giving us enough information... Are you using the multipart protocol? Upvote 0
Alexander Stolte Expert Licensed User Longtime User Aug 27, 2020 #3 Erel said: Are you using the multipart protocol? Click to expand... no i use: B4X: j.PostBytes Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 27, 2020 #4 Check req.ContentLength and send an error if it is too large. Upvote 0