Hello everybody,
I need to download a file from the server. I'd like to invoke in the form the file browser to pick up a directory where to save the file.
I am wondering if I can use the tag <input type='file'> to specify the directory (and optionaly existing file). It works for upload, I can pick a name in the file browser, but when I point to a directory and then type a file name which doesn't exist it gives me an error message, something like this: "C:\foo.txt File not found. Please verify the correct file name was given.".
So is there a way to use the file browser for the download purpose? Or should I use something else?
Thanks,
Alex
I need to download a file from the server. I'd like to invoke in the form the file browser to pick up a directory where to save the file.
I am wondering if I can use the tag <input type='file'> to specify the directory (and optionaly existing file). It works for upload, I can pick a name in the file browser, but when I point to a directory and then type a file name which doesn't exist it gives me an error message, something like this: "C:\foo.txt File not found. Please verify the correct file name was given.".
So is there a way to use the file browser for the download purpose? Or should I use something else?
Thanks,
Alex