We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/
如果下载文件名中含有文件系统不允许的字符,比如 /,那么在添加下载任务的时候应该把特殊字符替换掉,否则创建的下载文件有问题(/之前的部分被认做文件夹名,下载得到的文件不完整)。
可以用 Google Doc 做测试,新建一个含有特殊字符的文档,然后选择导出 pdf。
火狐默认的行为是替换成_:1/2/3.pdf => 1_2_3.pdf
_
1/2/3.pdf
1_2_3.pdf
Aria-Integration 的行为 不管点击 Download 还是 Save 都没有处理文件名
The text was updated successfully, but these errors were encountered:
看起來有點複雜,下一版會修正 https://stackoverflow.com/a/31976060
Sorry, something went wrong.
463db18
No branches or pull requests
如果下载文件名中含有文件系统不允许的字符,比如
/
,那么在添加下载任务的时候应该把特殊字符替换掉,否则创建的下载文件有问题(/
之前的部分被认做文件夹名,下载得到的文件不完整)。可以用 Google Doc 做测试,新建一个含有特殊字符的文档,然后选择导出 pdf。
火狐默认的行为是替换成
![image](https://user-images.githubusercontent.com/1519759/33633210-0272b732-d9de-11e7-88de-477514d56cb9.png)
_
:1/2/3.pdf
=>1_2_3.pdf
Aria-Integration 的行为
![image](https://user-images.githubusercontent.com/1519759/33633263-336a6394-d9de-11e7-9d7e-946c099f97d2.png)
不管点击 Download 还是 Save 都没有处理文件名
The text was updated successfully, but these errors were encountered: