[snip]
Ahhh, so that's it.

My twitchy little brain was thinking if I can send arguments to the 
server via ajax, then why can't I send ""multipart/form-data"? After 
all, data is data right?

It might be too cpu intensive, but I can imagine js breaking down an 
image file in packets and then sending those to a server via post 
arguments to be assembled on the server. Is that not feasible, or am 
I blowing wind out my shorts again?
[/snip]

The wind does blow....

JS does not have permissions to do such file handling.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to