Hi,
I need to be able to create a text file and save it to a specific folder on the disk. There's no problem with creating the actual file, I'm just making a filesystem object ... however, I can't figure out how to allow the user of the site to specify which folder to save the file to. Preferably I would like one of those "save as" windows to open up cause that would be easiest for the end user.
A lot of the scripts I found on the net were to upload files from the hard disk to the server, and I haven't been able to find anything that could do this .. not sure if it's even possible?
This is how the script SHOULD work. The user submits a form, and on submission the computer asks the user where to save the file to (probably a protected individual folder on the network) and the name to save it as. Then the file is created.
Thanks in advance for any sort of input
Kevin
I need to be able to create a text file and save it to a specific folder on the disk. There's no problem with creating the actual file, I'm just making a filesystem object ... however, I can't figure out how to allow the user of the site to specify which folder to save the file to. Preferably I would like one of those "save as" windows to open up cause that would be easiest for the end user.
A lot of the scripts I found on the net were to upload files from the hard disk to the server, and I haven't been able to find anything that could do this .. not sure if it's even possible?
This is how the script SHOULD work. The user submits a form, and on submission the computer asks the user where to save the file to (probably a protected individual folder on the network) and the name to save it as. Then the file is created.
Thanks in advance for any sort of input
Kevin