Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chinese filename 404 #35

Open
dfy167 opened this issue Jul 15, 2016 · 1 comment
Open

chinese filename 404 #35

dfy167 opened this issue Jul 15, 2016 · 1 comment

Comments

@dfy167
Copy link

dfy167 commented Jul 15, 2016

i think may wrong in here
var filename = path.join(options.uploadDir, unescape(uri));
it is beter to use uridecode?

@chendong0120
Copy link

var filename = path.join(options.uploadDir, decodeURIComponent(uri));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants