cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.
https://vform.vercel.app
MIT License
610 stars 122 forks source link

Upload Files with method PUT #131

Open Serge3d opened 3 years ago

Serge3d commented 3 years ago

When sending form-data with method PUT, in Laravel request is empty. In this case it is necessary to add to the form-data field _method='put' and send data using method POST

RomainMazB commented 2 years ago

This is neither related to vform or Laravel, just a ten year old php bug: https://bugs.php.net/bug.php?id=55815 Already mentioned in many worldwide packages issues, including Laravel here: https://github.com/laravel/framework/issues/13457