barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

laravel file validation not accept the selected file #173

Open nJuraev opened 7 years ago

nJuraev commented 7 years ago

Hello, Thanks for this geat work!!! i 'am using elfinder via simple input and button. It works fine, file manager select file without problem, but when i submit the form i get validation error:

the filepath must be a file of type: doc, docx, pdf, djvu,

because in server side i have validation rule: 'filepath'=>'required|mimes:doc,docx,pdf,djvu,', via browser inspector tool i see that after submit sends only file path not full file information... how to submit full file information???