
An example says it best. No ugly <input type="file" />, and uploads the picture with a click of mouse
Should I implement a form with an upload&submit button, turn its display to none and cover it with an image, or is there another way to do it?

An example says it best. No ugly <input type="file" />, and uploads the picture with a click of mouse
Should I implement a form with an upload&submit button, turn its display to none and cover it with an image, or is there another way to do it?
Hi,
This would be more of a script question and you;d probably need to look at plugins for file input replacement techniques as file inputs are almost impossible to style.
Something like these perhaps.
Thank you Paul, I think this is what I need ![]()
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.