Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
I see that you can use the AJAX Uploader with the EO.Web.Toolbar, but is there a way to do the same with just a regular .net button or image? It seems like it would be nice to just show the user an "upload" button that would bring up the file dialogue, without the file field that the uploader puts to the left of the "Browse" button.
Alternatively, is there a way to customize the uploader so that file field to the left of the "Browse" button is not visible? I want to just put a single "Upload" button on the page, and for the progress bar to appear only after the user has selected the file to upload.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe using with a ToolBar control is the only way. You should be able to customize the toolbar to make it looks like a regular button, or use a custom toolbar item and put a regular button inside it though.
Thanks!
|