What can I do to limit the size of a file that can be uploaded? I know I can limit it client side with SWFUpload, but how can I limit it server side?
How do I protect against someone uploading a 1GB file and eating up my quota?
App Engine 1.5.4 SDK introduced an option to specify a limit on your blob upload size.
See maxUploadSizeBytes
and maxUploadSizeBytesPerBlob
of the UploadOptions class.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With