353christinia457carbonella697
New Member
I'm trying to make an upload holder for my website, so users can easily drag and drop a file on it.there is a lot of libraries and events for doing that, but I need a simple way.this (thought) came to my mind...I put a \[code\]file input\[/code\] to the page and sets \[code\]width\[/code\] and \[code\]height\[/code\].now when my user drag a file on it, \[code\]onchange\[/code\] event will work.but I want to hide browse button and there is two way:set \[code\]0 opacity\[/code\].(it is not working in some browsers)set \[code\]hidden visibility\[/code\].(the thought is not working)help me, what else I can try?