Filebrowser: Fail to make archive with filenames that are too long

Created on 23 Jan 2018  路  4Comments  路  Source: filebrowser/filebrowser

In the current version, archives are handled by GET, which makes it unable to pass multiple files that have long filenames combined together, since there's a limit for the length of URL.

https://github.com/hacdias/filemanager/blob/30efa23a8567771b089e835ee7d153ebabc577a1/http/download.go#L26

A possible fix can be done by changing the API to PUT/POST. How do you think?

bug 馃悶

Most helpful comment

You're welcome! It's exactly because this tool is so cool that I just want to make it cooler. :smile:

All 4 comments

Yeah, for me, go for it 馃槃 Thanks for all the PRs you've been making!!

You're welcome! It's exactly because this tool is so cool that I just want to make it cooler. :smile:

I'm closing this since this repository will be archived. Please read the information on the README for more information. Thanks for all your contributions!

I'm closing this since this repository will be archived. Please read the information on the README for more information. Thanks for all your contributions!

Was this page helpful?
0 / 5 - 0 ratings