tomitrescak/meteor-tomi-upload-server

Unicode file name support

Open

#15 opened on Sep 1, 2015

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (33 forks)github user discovery
help wanted

Repository metrics

Stars
 (29 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi,

When I try to upload unicode filename like กา.png it will return

http://127.0.0.1:3000/upload//%E0%B8%81%E0%B8%B2.png

which is 404 (Not Found), but upload is successful and file is there. Any help would be appreciate.

Thanks.

Contributor guide