[CLOSED] Application.Download method replace spaces with '+' signs

Closed
0
0

I want to download files without name changing at all.

Can I somehow avoid the behavior where we change the spaces to ‘+’ signs?

  • You must to post comments
0
0

Hi Dmitry,

Are you using the second parameter of Application.Download(Path,DownloadName)?

What browser are you using?

Let me know!

Best regards,

Levie

  • You must to post comments
0
0

Yes, I used method with second parameter. And I checked it in Chrome and Edge

  • You must to post comments
0
0

Cannot reproduce with:

Application.Download(Application.MapPath(“MS Edge-26.png”), “TEST 1 2 3”);

I get “TEST 1 2 3” without +.

  • You must to post comments
0
0

I think you got this result because of another method overload. I double checked it on wisej example with another overload ( Application.Download(Stream stream, string fileName) ) and I got name with pluses.

Attachment
  • Dmitry Shevchenko
    Actually, overload with (string path, string fileName) broken for me too. Can I know which version of Wisej do you use?
  • You must to post comments
Showing 4 results