Re: CFFILE and Ajax file uploads

2008-09-18 Thread Brent Nicholas
This is the solution in Prototype. Original concept provided by Ben Nadel and translated to Prototype by Mahesh --- index.htm - script type=text/javascript src=prototype-1.6.0.2.js/script script type=text/javascript Event.observe(window, 'load', function(){

CFFILE and Ajax file uploads

2008-09-17 Thread Brent Nicholas
Hi all, So I did some googling and searched through the threads here as well. I'm not finding what I need to know. What I'm trying to do: Upload a file to the server via ajax and an iFrame using the tool from: (http://www.webtoolkit.info/ajax-file-upload.html) I've got the code in a test

Re: CFFILE and Ajax file uploads

2008-09-17 Thread AJ Mercer
I used this jQuery plugin http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ On Thu, Sep 18, 2008 at 5:02 AM, Brent Nicholas [EMAIL PROTECTED]wrote: Hi all, So I did some googling and searched through the threads here as well. I'm not finding what I need to know. What I'm trying to do:

Re: CFFILE and Ajax file uploads

2008-09-17 Thread denstar
Dojo has a /pimp/ file upload deal-- it'll even do the flash multi-file one that degrades into a normal AJAX file upload thingie. That toolkit just freaking rocks. Dunno if the problem is with the toolkit tho... sounds like it's one of the I can't believe I forgot /that/ type deals, like I had

Re: CFFILE and Ajax file uploads

2008-09-17 Thread denstar
I should note that the flash multi-file upload stuff doesn't look like it will work with flash player 10, IIRC. The real solution is to pressure the browsers, as came up in Rick's thread. -- The recent past always presents itself as if destroyed by catastrophes. Theodor Adorno On Wed, Sep 17,