I have downloaded ajax control toolkit (newest) and trying out fileupload.
It’s really good and I would like to customise a few things such as the button positions and upload file list position etc.
Is there any way to customise this?
All I can think of is using javascript after the event to move the element from on container(either div, span, table) to the other.
Any help will be much much appreciated.
Thanks!
Thanks a lot for the answers guys.
What I actually did is downloading the source file with the full solution and modifying the actual code.
source code link
It has lots of Javascript to play around with so it’s a bit tricky.
Anyway this will give you a bit more of freedom placing the controls etc.