Re: [jQuery] How to implement file upload using AJAX?

2006-10-11 Thread Ⓙⓐⓚⓔ
reading a file is not possible using JavaScript for security reasons. automatically choosing a file is not possible using JavaScript for security reasons. scripting a submit , in an html form, is very doable, Google mail does it every time... so does Google docs & spreadsheets! I can't see not do

Re: [jQuery] How to implement file upload using AJAX?

2006-10-11 Thread Webunity | Gilles van den Hoven
File upload is not possible using JavaScript for security reasons. There have allready been a lot of people asking this on this list. -- Gilles "/If you'd Googled, you'd know/" ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] How to implement file upload using AJAX?

2006-10-11 Thread Eriksen Costa
This is a good idea!We can start a plugin development!Let's make a dev team to this!Stay beautiful!Eriksen ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to implement file upload using AJAX?

2006-10-09 Thread ashutosh bijoor
Refer messagehttp://jquery.com/discuss/2006-August/009877/if anyone is in the mood for creating an upload plugin :-) On 10/9/06, Brian Miller <[EMAIL PROTECTED]> wrote: You can't use ajax to send files.  It's not supported because it's notpermitted.The libraries that do it (e.g. Yahoo UI) create a

Re: [jQuery] How to implement file upload using AJAX?

2006-10-09 Thread Brian Miller
You can't use ajax to send files. It's not supported because it's not permitted. The libraries that do it (e.g. Yahoo UI) create a hidden iframe on the fly, with a form inside the iframe (that has a file upload control), which gets submitted. It's as much of a pain as it sounds like it is. Othe

[jQuery] How to implement file upload using AJAX?

2006-10-09 Thread Balkanski
Hi, Does anybody know how a file pload using AJAX can be implemented in JQuery? If so, please give me an example. I intend to use PHP for the data receiving, but the problem is the sending actually. Thanks in advance Emilian -- View this message in context: http://www.nabble.com/How-to-implem