FileSystem, download not downloading.
In FileSystem when clicking on file to download get loading bar it completes but never get a prompt to save file and cannot find the file stored locally. So how does one download a file via the FileSystem section?
Hi @serpicowasright
Can you please check your web developer console (press f12) and see what messages appear when attempting to download a file.
Thanks,
- Andrew
Hi @Codeusa
This is what I get when trying to download.
0918601009850129bundle.js:20:17722 Object { tempWebPath: "http://192.168.1.104:22006/temp/SS8…", totalSize: 17571 }bundle.js:60:17527 "http://MyServerBlah:22006/temp/SS850559-400.jpg"bundle.js:60:17714 We get progress.bundle.js:60:19584 SecurityError: bad padding(unknown)
Now if I'm using Firefox 48.0.2, but if I do the same thing in Chrome it does successfully prompt and allow me to download the file.