Hi,
I've been working over the last couple of days to get the uploader working on our site, and it looks good, now that I've got the hang of things.
I think I've sorted everything, but I'm left with one problem ...
When multiple files are uploading, the width of the Progress Panel keeps changing, depending on the amount of text it contains, and it breaks my layout. Is it possible to control it's width?
If I set :
ProgressPanelWidth="300px"
I get an error in VS2008 saying:
"Cannot create an object of type 'System.Int32' from its string representation '300px' for the 'ProgressPanelWidth' property."
If I can sort this, I'm good to go and we'll buy the product. It certainly seems to do the job :-)
Chris