PDA

View Full Version : Upload a file using Javascript


mike
12-19-2005, 10:41 AM
Hi,
We can include the file using
<input type="file">
I need to save that file in a specified folder using Javascript. Can anyone help on this.

Thanx.

Twey
12-19-2005, 11:05 AM
using Javascript.Impossible. The only way to access the server's hard drive is to have a script running on the server. Think of the chaos if everyone who felt like it could write things to your server's hard drive.