Jump to content

customizing File upload objects


jnroche

Recommended Posts

I want to customize the interface for File Upload process. HTML Object uses the form objects to produce a textbox, a browse button, and an upload image button. But I want to remove the textbox and leave just one button named browse.the javascript code for IE implementation is: function browse() { var fso = new ActiveXObject("Scripting.FileSystemObject"); //codes here...}*this will produce a pop up window for browsing files. *I dont know how to implement this for mozilla compatibility, tried digging from sources but seems hard to reach area... :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...