|
Rank: Newbie Groups: Member
Joined: 7/20/2010 Posts: 4
|
Hello,
I am able to run the Ajax Uploader, but the progress bar image is not showing, any ideas?
Also is there a way to hide the "posted files" and the delete button?
Thanks for your help.
Louis
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, As to progress bar image, please try your code in a blank page without master page or any CSS file. It may be a conflict with your CSS. If that does not resolve the issue, please try to isolate the problem into a test page and we will be happy to take a look. You can hide the posted files and delete button by customizing the uploader's LayoutTemplate. See here for a working example: http://demo.essentialobjects.com/Demos/AJAX%20Uploader/Advanced%20UI%20Customizations/Demo.aspxThanks
|
|
Rank: Newbie Groups: Member
Joined: 7/20/2010 Posts: 4
|
Thank you for your response.
I uploaded the page on the server and the image shows just fine, its only on my laptop that it doesn't show. It is the same file that I uploaded to the server, there are no css, it's just a simple page.
The link to the LayoutTemplate you provided above only shows the result but it does not show how to do it, what would the code look like? is there a link that shows me how to accomplish this?
Thanks again,
Louis
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The link we provided is the online version of one of our samples. You have the full source code of all the samples on your machine once you install our product. You can load the sample project with Visual Studio to see the source code. You can also take a look of the documentation which is also installed on your machine.
We do not know the exact reason why the progress bar does not work on your own machine. But you might want to start with the sample project and see if that works for you. That might help you to find out why it does not work in your project.
Thanks!
|
|