Sopamo / laravel-filepond

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

the uploaded file cannot be accessed several hours later #9

Closed 0length closed 4 years ago

0length commented 4 years ago

i did deploy my laravel app at heroku.I use this uploader to upload jpg files. Initially all files that have been uploaded using this uploader can be used, but the uploaded file cannot be accessed several hours later. and just return 404 not found if i access my jpg file

Sopamo commented 4 years ago

This is probably an issue with your specific deployment rather than with laravel-filepond. Are you moving the file from the tmp location to a proper storage location? Do you have any cronjobs which might be interfering here?

0length commented 4 years ago

Yeah thats true.. I just deploy my app to herokuapp and thats happen.. Then i try to deploy in my own vps with docker.. Thats not happen..