Not really sure where to post this.....but does there exists in JavaScript a function to "insert Image"? I've seen insert URL, etc, function, but this has to be a file...
I'm not sure I understand your question, but I'd check here
Cgraz
thanks. my original question was: is it possible to upload a file with javascript?
ahhhhh. . .
nah, javascript is client-side; it doesn't interact with the server at all. You'd need a server-side language (such as PHP) to upload a file.