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
When I try uploading a file or multiple files, it works well.
But when I try to upload a folder, it seems to be working at first:
But then, I get this:
I get that I can simply zip the folder or upload all files separately, but I am wondering why direct folder does not seem to work. Is it a problem with my installation, or is this not supported yet? I am curious.
For context, I am running as a Docker container with the following config:
DETECT_BASE_URL=falseBASE_URL=https://send.example.comREDIS_HOST=localhostFILE_DIR=/uploadsMAX_FILE_SIZE=5368709120EXPIRE_TIMES_SECONDS=300,1800,3600,86400,604800DEFAULT_EXPIRE_SECONDS=300CUSTOM_FOOTER_TEXT=Private instance of send by Tim ViséeCUSTOM_FOOTER_URL=https://timvisee.com/
I checked the logs as well, but there was nothing.
The text was updated successfully, but these errors were encountered:
Hi! Uploading folders is not supported. It should in fact not be possible to 'select' a folder like you have above, so that may be considered a bug. I cannot reproduce this locally though.
You're correct that if you want to upload a folder, you have to compress it into a single archive first.
Hi! Uploading folders is not supported. It should in fact not be possible to 'select' a folder like you have above, so that may be considered a bug. I cannot reproduce this locally though.
You're correct that if you want to upload a folder, you have to compress it into a single archive first.
That makes sense. Then, the fact that we can select an entire folder is probably a bug. Thanks!
Hi,
When I try uploading a file or multiple files, it works well.
But when I try to upload a folder, it seems to be working at first:
But then, I get this:
I get that I can simply zip the folder or upload all files separately, but I am wondering why direct folder does not seem to work. Is it a problem with my installation, or is this not supported yet? I am curious.
For context, I am running as a Docker container with the following config:
I checked the logs as well, but there was nothing.
The text was updated successfully, but these errors were encountered: