Re: [jQuery] How to implement file upload using AJAX?
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 doing this way any more! But we need a jQ plugin for unobtrusive compatibility -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ On 10/11/06, Webunity | Gilles van den Hoven <[EMAIL PROTECTED]> wrote: > 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/
Re: [jQuery] How to implement file upload using AJAX?
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?
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?
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 hidden iframe on thefly, 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.Other efforts use Flash or a Java applet to help.That said, it's possible that someone can put together a plugin thatimplements the iframe hack. - Brian> 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-implement-file-upload-using-AJAX--tf2408953.html#a6714606 > Sent from the JQuery mailing list archive at Nabble.com.>>> ___> jQuery mailing list> discuss@jquery.com> http://jquery.com/discuss/>___jQuery mailing list discuss@jquery.comhttp://jquery.com/discuss/-- Reach1to1 Communicationshttp://www.reach1to1.com [EMAIL PROTECTED]98201-94408 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] How to implement file upload using AJAX?
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. Other efforts use Flash or a Java applet to help. That said, it's possible that someone can put together a plugin that implements the iframe hack. - Brian > 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-implement-file-upload-using-AJAX--tf2408953.html#a6714606 > Sent from the JQuery mailing list archive at Nabble.com. > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] How to implement file upload using AJAX?
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-implement-file-upload-using-AJAX--tf2408953.html#a6714606 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/