I've created a custom composite control that includes a file manager that are apart of the RadEditor following this thread as a starting point. Everything is working well except for the uploading of files.
The composite control is essentially a web-based file manager among other things and will be used for uploading a variety of file types, including images, documents of several types, flash files, etc. By setting the SearchPatterns property to *.*, I am able to see and select a file of any extension, but I am unable to upload any file.
If I set the SearchPattern to *.swf for a flash animation, I can upload that file type. Not specifying any SearchPattern goes with the default list of extensions which doesn't help much as I need to allow any file extension.
Am I missing a supersecret property somewhere?
The composite control is essentially a web-based file manager among other things and will be used for uploading a variety of file types, including images, documents of several types, flash files, etc. By setting the SearchPatterns property to *.*, I am able to see and select a file of any extension, but I am unable to upload any file.
If I set the SearchPattern to *.swf for a flash animation, I can upload that file type. Not specifying any SearchPattern goes with the default list of extensions which doesn't help much as I need to allow any file extension.
Am I missing a supersecret property somewhere?