Hey, I think it's possible by using a file-upload-form that targets an iframe. When that iframe is loaded, you know the file is uploaded and you can simply request it using a simple AJAX image-insertion.
[iframe name='iframe_file'][/iframe] [form method='post' action='fileHandler.php' target='iframe_file'] [input ......] [/form] Like that, but with onLoad for the iframe. - Rick vision-media wrote: > > Ive completed a project all but one detail > > uploading an image with ajax which needs to display a placeholder loading > div, then show the uploaded image without refresh. > > is this doable with jquery in a relatively secure way? everything else in > the project has some ajax functionality so I would like to keep it > consistant if possible > > thanks in advance. > -- View this message in context: http://www.nabble.com/Ajax-file-upload-tf3235770.html#a9005122 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
