PDA

View Full Version : handling files!!!


alaios
02-04-2003, 04:56 PM
Hi! I want to ask if there is any way to handle files with jscript? I know a way to do it, but only if i use asp.......
Can i use files with only jscript....????

requestcode
02-04-2003, 06:33 PM
Sorry can't with JavaScript. It can not read files or write to them.

whammy
02-04-2003, 09:31 PM
Why don't you use ASP and FileSystemObject?