View Single Post
Old 02-19-2013, 05:34 PM   #1 (permalink)
OldManRiver
The Wanderer
 
OldManRiver's Avatar
 
Join Date: Feb 2013
Posts: 7
Thanks: 0
OldManRiver is on a distinguished road
Default Object to fix Firefox fullpath issue!

All,

I'm working on a fix for a bug introduced by FireFox regarding getting the fullpath and filename from and input form.

I posted on:

https://bugs.php.net/bug.php?id=63808

http://ubuntuforums.org/showthread.p...3#post12518563

http://forums.mozillazine.org/viewto...9853#p12679853

and had some JavaScript code formerly that worked off of:
Code:
<center>
<input type='text' name='mydir' id='mydir'></input>
&nbsp;&nbsp;
<input type='text' name='dirbutton' id='dirbutton' value='Browse Directories' onclick='call the javascript'></input>
<br>
<input type='file' name='myfil' id='myfil'></input>
<input type='submit' name='myproc' id='myproc' value='Submit'></input>
</center>
The JavaScript allow browse for directory popup, just like the "browse file" popup.

Have not had the response I need to get this working and create this as a callable object, so I can drop into any forms I'm working on.

Hope someone has solved this before and has the code.

All help appreciated!

Thanks in Advance!

OMR
OldManRiver is offline  
Reply With Quote