I believe this may be a bug in FireFox with CSS customization. Does it
work if you take out id="filebox" ?

It works fine for me as you posted in FF3 (3.0.6), but I don't have
anything defined for id, so maybe it goes back to its default behavior
when there is no customization.

If you do a google search for "input type file not working firefox" it
looks like there are others that have encountered this problem and may
have a workaround.

-- Mark

On Feb 10, 1:03 am, R-Italy <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to