Skip to content

Issue #95 : fix the upload file issue

Aki requested to merge aki237:upload-fix into master

See commit message for more info : commit And fixed the rebuilding the URL if the file is uploaded to an URL containing a trailing slash.

Before

# kurly -T filename.txt https://transfer.sh/
puts the file to /

Now

# kurly -T filename.txt https://transfer.sh/
puts the file to /filename.txt

Merge request reports

Loading