Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 10
|
Hi there. I am using the Ajax uploader object with the 'auto upload' function enabled and a customised 'browse' button. Is it possible for the 'browse' button to become invisible once the file has uploaded leaving only the 'delete' button displayed? The 'browse' button would also need to be made visible again if the attached file is deleted using the 'delete' button. Many thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. There is no easy way to do that. The browse button and the input text box goes together. So if you need to hide the button, you will need to hide both. Since they are the core element of the uploader, it would be much cleaner to hide the AJAXUploader all together if you wish to hide these two elements. You can use your own UI elements (For example, a Label, a Repeater, a DataGrid, etc) to display the uploaded file list and delete button.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 2/16/2012 Posts: 4
|
Is there a method or property to hide the Upload Button? I am using the 'auto upload' function enabled too and I dont want to see the Upload button disabled. I want to make invisible that button...
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
isragc wrote:Is there a method or property to hide the Upload Button? I am using the 'auto upload' function enabled too and I dont want to see the Upload button disabled. I want to make invisible that button... Thanks for researching the forum before posting your question, however please try to post your question in a new thread when your question is not the same as the original question. When you just reply other people’s unrelated questions, they get notified about this unrelated conversation which can be annoying. So try to always start your own thread for your own questions.
|