Hi, i've tried to use a form to insert local file link into a new tiddler. the fact is that an input field with type "file" is not managed correctly by FF3 (it works correctly with IE).
<input type="file" id="filebox" name="source" > using this.source in the onclick method: -> in FF3, i get just the file name+extension (image.jpg) -> in IE, i get the full an correct url (file://bla/bla/bla/image.jpg) i've tried to take inspiration from "FF3_FIXUP" used by Eric in the AttachFilePlugin but no success. Could you please advice? Thanks in advance -R --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

