I am able to create a test folder in location desireed but I can not attempt to upload image files because, I am undable to select files.
<security name="AllowUpload">true</security>
I have the uploaded set in the modules
<modules>
<add name="UploadModule" type="RTE.UploadModule,RichTextEditor"/>
</modules>
It does work on the sample app provided. I have tried to mimic all code I don't know if I am missing a setting or soemthing some where.
Any Ideas?
Thanks