Bob, number 6 in the RC1 readme file actually says the control will not work on VS development server (VS 2010 debugger), ie. the control will not appear. Anyway we are now releasing v2.1 final and this is fixed.
Eric, is this problem specific to v2.1 RC1? Maybe you should test the final version and see the results.
Please download version 2.1 final from this link:
FileUltimate v2.1Final version includes the following changes in addition to the changes in RC1:
- Added: ShowFoldersPane property to control visibility of the Folders pane.
- Added: Embedded languages files and the css file can be overridden with custom files, see readme file for more information.
- Fixed: Visual Studio Development Server URL problem (occured in RC1). Now resource handler will work correctly when running on this web server so the control will render and work just like on IIS when debugging with Visual Studio.
- Fixed: When a subfolder is copied or moved to a root folder, every folder was displayed twice in the Folders pane incorrectly due to a refresh problem.
- Fixed: "The destination folder is a subfolder of the source folder" was being raised incorectly when copying/moving a folder eg. named "Test" into a folder named eg. "Test Folder".
- Improved: Reorganized event arguments for Uploading and Uploaded events and restructured UploadedFile class. UploadedFile.FileHash property will provide the calculated hash code of the uploaded file in all three upload modes (Flash, Ajax and Browser) correctly .