Re: Unable to upload

  •  05-18-2011, 2:18 AM

    Re: Unable to upload

    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!
View Complete Thread