@sheerun commented on GitHub:
I see it's currently hardcored to random: https://github.com/dutchcoders/transfer.sh/blob/master/transfersh-server/handlers.go#L350
@Jellby commented on GitHub:
I would like some kind of predictable URL too, though I'd prefer a full path with at least a couple of directory levels. Security and privacy are not primary concerns…
@robertgendler commented on GitHub:
Resolved. The generate_guidance will now only build to the build directory.
@golbiga commented on GitHub:
@PazDak This was added to the project. Thanks for the feedback.
@jtoy commented on GitHub:
@nl5887 check out file.io's api, no need to upload the file name also: https://www.file.io/#one $ curl -F "file=@test.txt" https://file.io {"success":true,"key":"2ojE41"…
@nl5887 commented on GitHub:
When using --upload-file the file will be send as body, without any Content-Type or filename hints. That's the reason to send the filename with the request.
@nl5887 commented on GitHub:
I'm planning an upgrade with a lot of issues fixed and enhancements, will take this into account as well.
@jtoy commented on GitHub:
I see, would it be useful if we generated a fake file name and extension if no file name was provided? That way we at least give the user the option of not having to…
@nl5887 commented on GitHub:
Could you try this with latest version?
@mckaygerhard commented on GitHub:
well quite trange but since go 1.12 gopath are deprecated ? or goroot?