I didn't think about internet explorer's security issues, but gmail does the same thing I have been trying to accomplish. I do have the enctype set to multipart/form-data on all my input fields. Interesting...
On 4/4/07, Robin Haswell <[EMAIL PROTECTED]> wrote: > > > Stephan Ellis wrote: > > I think the problem I am running into is that IE7 is not seeing my > > dynamically created file input fields. I turned on logging server side > > and I noticed that none of my file upload fields are being sent to the > > server. Anyone have an idea on this? > > Hi mate > > Sorry not been following your thread, just caught this message in my > general E-mail. > > This is throwing up big flags in my brain - "Have you included > enctype="multipart/form-data"? > > As you know, in order to get a file upload to work you need to have > <form .. enctype="multipart/form-data"> .. </form>. > > That said I really wouldn't be surprised if IE was knocking you back for > touching <input type="file"> elements with JavaScript... there's so much > potential for abuse if the security policy's a little off. > > Thanks > > -Rob > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
