On 3/28/07, Stefan Liebenberg <[EMAIL PROTECTED]> wrote: > > > Does anybody know how to send a serialized upload file value thing to > your server???? I tried and i suck.
You can't do it with JavaScript. But if you still want to make a groovy asynchronous file upload then you can make a hidden IFRAME, change the target of the originals form to it, trigger the submit and have some callback when the process is complete, too. User won't be aware what happened. You shouldn't post questions like these here because Core isn't a support group. But, to turn this thread into a discussion fit for this group: what do you think about Prototype framework support for the IFRAME hack described above? Subquestion: core framework or add-on (plugin)? Thank you, -- Mislav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
