On 3/16/07, George Moschovitis <[EMAIL PROTECTED]> wrote:
> > Just set the 'enctype' attribute of the form as usual:
> > <form id='my_form' action='x.php' method='POST' 
> > enctype='multipart/form-data'> ...
> > </form>
>
> Have you actually tried this? This doesn't work for me :(
>
There is a ajaxUpload plugin in Jquery, you can find:

plugins page: http://docs.jquery.com/Plugins
example: http://fivethreeo.dynalias.org/uploadtest/
code: http://fivethreeo.dynalias.org/media/ajaxupload.js

And I used it, it's cool. So so just need to do is replace $.ajax call
with $.ajaxupload call, it's similar, but has some little differences.

-- 
I like python!
UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to