You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this project for a simple local file upload. Unfortunately, the uploaded file is always empty.
No errors are thrown in the handleUpload function in main.go.
I used your compose.yml to run the project.
I also checked that there are no errors in nginx.
The web interface does show a success as well. Also, the console logs show no errors.
Do you have any idea what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to use this project for a simple local file upload. Unfortunately, the uploaded file is always empty.
No errors are thrown in the
handleUpload
function inmain.go
.I used your
compose.yml
to run the project.I also checked that there are no errors in nginx.
The web interface does show a success as well. Also, the console logs show no errors.
Do you have any idea what I might be doing wrong?
The text was updated successfully, but these errors were encountered: