Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
202 stars 56 forks source link

Where is named the file? Or, how to retrieve the real file name? #75

Open stratboy opened 5 months ago

stratboy commented 5 months ago

Hi, I still not tried out your code, since I'm learning Laravel and prefer 'recreate' it for my test project by studying your code and adapt it to my needs. I'm learning a lot, so thank you. I'm already uploading with chunks enabled, to amazon AS3. But one thing I don't really understand is: say the file is named myvideo.mp4. Where is the name used to save the final file when using chunks?

Also, filepond 'should' (docs) save the serverid on a hidden input field of teh form, but it seems not to do it. Any idea?