On Sep 2, 2:31 pm, Andrew Leach <[email protected]> wrote: > I'm not > certain that it's actually possible to upload a file that way. Others > may know better.
As mentioned in an earlier post, I don't think it will work like that either. In order to persuade the browser to fetch the file from the local hard drive you need a <FORM> element. Therefore, what I would do is to have a <FORM> inside an <IFRAME> in the infoWindow. Like that, you also prevent the browser from navigating away from the map page, or from reloading the map page when the form is submitted. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
