my use case:
a user uploads a file,
the server does some processing of the file,
then offers the file in the response.
this is all in one request. this works normally without swfupload.
with swfupload, I don't know how to make the browser to pop up a download dialog after the upload is done.
as swfupload makes a ajax-like request, I googled 'ajax file download'. the solutions I found are to use iframe. but how do I make it work with swfupload?
Thanks.
No download
SWFUpload doesn't support downloading. You'll probably have to use an iframe solution.