Hi Eric,
Thank you for your reply!
I have this in the web.config:
<configuration>
<appSettings>
<!-- <add key="DotNetGalleryClient" value="~/CuteSoft_Client/Gallery/" /> -->
<!-- <add key="DotNetGalleryFolder" value="~/GalleryFiles/" /> -->
<!-- You can set a low upload speed to test the progress bar. -->
<!-- <add key="DotNetGallery.AjaxUploader.UploadSpeedKB" value="200" /> -->
</appSettings>
<system.web>
<httpRuntime maxRequestLength="2000000" />
<trust level="Medium" />
<compilation defaultLanguage="c#" debug="true" />
<httpModules>
<add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery" />
</httpModules>
</system.web>
</configuration>
Still I have no luck in uploading...
Any other ideas/suggestions?
Thanks!