Search

You searched for the word(s): add
Showing page 1 of 55 (543 total posts) < 1 second(s)
  • Re: AjaxUploader works fine locally - Javascript error 'object expected' when viewing after deploy

    Hi simonhorridge,   I attached two web.config, please try it, one of them should work.   #1    <?xml version=''1.0''?> <!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 29, 2011
  • Re: AjaxUploader works fine locally - Javascript error 'object expected' when viewing after deploy

    Hi - Thanks for getting back to me ...we are using IIS 7   <?xml version=''1.0''?><!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   --> <configuration>   <configSections>     ...
    Posted to Ajax Uploader (Forum) by simonhorridge on September 28, 2011
  • How do i get ajaxuploader to work with IIS7

    I have a vista with IIS7. If i use ajax controller in the visual studio web browser everything works fine. However if i try to run the application in IIS the page loads but when i click on upload IE shows the yellow ! mark at the bottom of the broswer indicating a script error then the upload button will be greyed out. Here's my web.config that ...
    Posted to Ajax Uploader (Forum) by wassimsa on December 12, 2008
  • Re: Sometimes get this error

    Hello, Here our web.config for ajaxuploader application. for the script this is the script of your sample, we add mail notification and list the custumers folders. I repeat for some of our customers are no problems, but others can not upload? We receive up to 20 to 30 files per day, is not too much.   <?xml ...
    Posted to Ajax Uploader (Forum) by Naphta on January 23, 2009
  • Re: Error when installaing ajax uploader!

    I did that, below is my web.config:   <?xml version=''1.0''?> <configuration>   <system.web> <authentication mode=''Forms'' /> <compilation debug=''true'' strict=''false'' explicit=''true'' > <assemblies> <add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
    Posted to Ajax Uploader (Forum) by cassini on December 2, 2008
  • Re: uploadmodule is not installed in the web.config

    Hi, I've got rid of the error and the page now works. My web.config file >>>> <?xml version=''1.0''?> <configuration>     <appSettings>         <!-- You can set a low upload speed to test the progress bar. -->         <!-- ...
    Posted to Ajax Uploader (Forum) by fizzystutter on July 24, 2009
  • Re: do not use temp folder at all

    Hi,   You can specify the uploader provider to upload the temp file to database.   Here is the configuration and source code. You can modify it or create your own provider :   Web.config :   <add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True''/> <add key=''CuteWebUI.AjaxUploader.Provider'' ...
    Posted to Ajax Uploader (Forum) by cutechat on November 17, 2009
  • Re: Select multiple file don't work !!!

    this is my web.config: <?xml version=''1.0''?> <configuration>  <appSettings>   <!-- You can set a low upload speed to test the progress bar. -->   <!--   <add key=''CuteWebUI.AjaxUploader.UploadSpeedKB'' value=''20'' />   -->   <!--add from ...
    Posted to Ajax Uploader (Forum) by bruognololuca on June 30, 2009
  • 'System.Web.Extensions' is invalid

    Our primary server recently when down and we switched to the back up.  Now we are getting an error in the web.config file and cannot begin to figure out what could be different that is causing the new error.  Can you please give me some guidance on where to start looking?  (Note: I'm not a .net nor server admin so be gentle with ...
    Posted to Ajax Uploader (Forum) by cjchamber on May 22, 2014
  • Re: Upload photo to database?

    Hi,   Please check this code , we have already tested it :   using System; using System.Data; using System.Data.SqlClient; using CuteWebUI; namespace UploaderDatabaseProvider { /// <summary> /// UploaderSqlServerProvider /// </summary> public class UploaderSqlServerProvider : CuteWebUI.UploaderProvider { const ...
    Posted to Ajax Uploader (Forum) by cutechat on February 3, 2009
1 2 3 4 5 Next > ... Last ยป