G
Glenn T.
#1
I`m having problems trying to define the style of the (<input
type="file"...) browse button.
I've tryed everything, nothing seems to work.
when you define the css-style you only define the style of the text field
not the button, how do I specify the button.
#2
Tried to manipulate by using z-index hiding the (<input type="file"...)
behind everything, assigning an id to it, and accessing it with an anchor
(whit the style i wanted) that runs a javascript function
'document.getElementById('the_id').click();' than the open file dialog apeared
that worked but when submitting the form an error message pops up saying
"access denied."
please help me...
I`m having problems trying to define the style of the (<input
type="file"...) browse button.
I've tryed everything, nothing seems to work.
when you define the css-style you only define the style of the text field
not the button, how do I specify the button.
#2
Tried to manipulate by using z-index hiding the (<input type="file"...)
behind everything, assigning an id to it, and accessing it with an anchor
(whit the style i wanted) that runs a javascript function
'document.getElementById('the_id').click();' than the open file dialog apeared
that worked but when submitting the form an error message pops up saying
"access denied."
please help me...