• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#390 2026-01-19 18:30:09 +00:00
Add raw link to the file

@nl5887 commented on GitHub:

When we had links to the raw url, the service was abused by phishers which included the raw images and scripts within their phishing sites. We've chosen for a…

michael commented on issue dutchcoders/transfer.sh#389 2026-01-19 18:30:09 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file

@nl5887 commented on GitHub:

Good one, will fix this.

michael commented on issue dutchcoders/transfer.sh#389 2026-01-19 18:30:09 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file

@johnko commented on GitHub:

-content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", data))
+content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", html.EscapeString(data)))
michael opened issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301
michael opened issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files
michael opened issue dutchcoders/transfer.sh#393 2026-01-19 18:30:09 +00:00
problem with the link of uploaded amr file
michael closed issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301
michael closed issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files
michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@nl5887 commented on GitHub:

In the mean time, you can workaround this issue by removing the RedirectHandler in main.go, by changing:

Handler: handlers.PanicHandler(LoveHandler(RedirectHandle…
michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@jasonyost commented on GitHub:

Just ran into this issue myself, the code for the redirect handler is looking for a host of 127.0.0.1 in handlers.go

func RedirectHandler(h http.Handler)
michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@mapio commented on GitHub:

I did it like https://github.com/mapio/transfer.sh/blob/master/transfersh-server/main.go#L172 and it now works!

[But I had to clean the browser caches to force it to…

michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@mapio commented on GitHub:

This actually happens not only for an upload, but even accessing to the homepage!

$ curl -D-  http://localhost:8080/
HTTP/1.1 301 Moved Permanently
Location:…
michael commented on issue dutchcoders/transfer.sh#393 2026-01-19 18:30:09 +00:00
problem with the link of uploaded amr file

@melmi commented on GitHub:

Strange. Again: https://transfer.sh/4jpyn/koofeh.amr

I tested this both with google chrome 38 and curl 7.37.1.

michael commented on issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files

@paolafrancesca commented on GitHub:

@orschiro is this still an issue?

michael commented on issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files

@johnko commented on GitHub:

According to http://www.matroska.org/news/webm-matroska.html

webm is a subset of mkv

So what might work is serving *.mkv files with a Content-Type video/webm as…

michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@acepsaepudin commented on GitHub:

thanks @jasonyost +1

michael opened issue dutchcoders/transfer.sh#394 2026-01-19 18:30:09 +00:00
Docker run command errors: Error while creating storage
michael opened issue dutchcoders/transfer.sh#395 2026-01-19 18:30:09 +00:00
File names are converted to lower case
michael opened issue dutchcoders/transfer.sh#396 2026-01-19 18:30:09 +00:00
Implement S3 uploading parts
michael closed issue dutchcoders/transfer.sh#394 2026-01-19 18:30:09 +00:00
Docker run command errors: Error while creating storage