This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Invalid size provided for UploadedFile; must be an int. #316
Comments
That exception is thrown here zend-diactoros/src/UploadedFile.php Lines 113 to 115 in 1676072
That is all I can derive from the description, you need to be more specific. Stack traces, anything? |
If laravel uses |
Increase upload_max_filesize in php.ini ;Maximum allowed size for uploaded files. Then |
This repository has been closed and moved to laminas/laminas-diactoros; a new issue has been opened at laminas/laminas-diactoros#10. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys, I'm working on an iOS project and I'm required to send documents, such as pdfs, to my laravel server. The issue is, every time I try to send a post request for a PDF, I get this error message:
Invalid size provided for UploadedFile; must be an int
. I'm at my wit's end trying to solve this issue. Any ideas?The text was updated successfully, but these errors were encountered: