> One question.  Your docs and examples don't ever mention, that I can
> tell, how the data is handed off to the backend script.  Are the
> images just going to be in the $_FILES global (to give a PHP example)?

Yes, i did not include any information about the backend script used,
since each and every file upload example allready has this, for
example; swfupload has it, but also fancyupload has some good
examples.

@Alexandre:
> Also, a question: does your plugin returns the created file name (in case of
> serverside rewriting, for example, to avoid file duplication ?) i personally
> never found an easy way to tackle this using flash to upload files. And it's
> my main gripe against them.

Thanx for the mentioning of the 404!. As you can see in the second
demo;
- You select a file (which is uploaded automatically)
- The server gets that file, and saves it as a NEW filename (so your
backend can do whatever you want with the file)
- And you can send the data back to flash, as i do by telling the
location of the new image file.

I hope this answers your questions.


Reply via email to