Click to See Complete Forum and Search --> : Download files to local path!
iryan
04-14-2009, 05:19 AM
Hi All,
I have requirement to save files to a local path (for example /home/admin/Desktop) from web. I am able to download files using FileUtility. But a pop-up window asks me where to save the selected file. I want the file to save to a specified location automatically.
How could I do it?
Thanks in advance.
chazzy
04-14-2009, 06:04 AM
if the server has access to the user's home directory, you could write it from the server itself, rather than saving it via the browser.
iryan
04-14-2009, 06:17 AM
Hi chazzy,
Thanks for your reply. Could you please give me some example?
Thanks in advance.
chazzy
04-14-2009, 06:25 AM
just conceptually. i know where i work all of the home directories are on a file system called "homes" so for me i have \\homes\chazzy, so if you just wrote the file to \\homes\chazzy i should be able to see the file.
ShaReB
04-28-2009, 12:19 AM
just conceptually. i know where i work all of the home directories are on a file system called "homes" so for me i have \\homes\chazzy, so if you just wrote the file to \\homes\chazzy i should be able to see the file.
I'm having the same issue here, but what If I'm NOT the one hosting the website and I want it on my hard drive or on some place on the network, any idea?:confused: