Search

You searched for the word(s): upload'A=0
Showing page 295 of 656 (6,557 total posts) < 1 second(s)
  • Re: Select files programmatically

    Hi Adam,   Still not there. I'll explain once again: suppose you have a simple <input type="file"> on the page and click the Browse button to select some file. How can I pass the information about the selected file to the uploader to actually upload the file upon page submit? (*I don't care that this scenario ...
    Posted to Ajax Uploader (Forum) by Andry on November 13, 2012
  • Re: Start uploading manually more than 1 files

    Hi AlxReiter,   1. The start upload manually function must start by javascript code.   2. It use it get the client side id of the control. in the example, we use this client side id to get the  control instance in javascript.   What variable you want to use in it? Can you explain this requirement in ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 29, 2012
  • Re: Security issues with Cute Editor

    Sure, no problem.       I wasn't able to upload pictures last week for some reason, but am able to now. The error is above. Like I said, this only happen for about half a second when the editor first loads then goes away. The editor works without any problems I would just like to remove this error message so it doesn't ...
    Posted to Cute Editor for .NET (Forum) by astearns on August 20, 2012
  • Re: Cannot use CopyTo() on IIS 7 (windows vista)

    It is 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 ...
    Posted to Ajax Uploader (Forum) by Lonniekong on January 9, 2012
  • Re: Problem when publishing to production test server...

    Hi ScottDolan, Try the new examle below, it should works for you. Please use all the code of it and do not change anything of the page below. <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 2, 2011
  • Re: Error: UploadModule is not installed into web.config

    Dear shailen,   http://ajaxuploader.com/Deployment.htm , please check whether you followed step 2. To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode<configuration> <system.web> <httpModules> <add ...
    Posted to Ajax Uploader (Forum) by Eric on April 15, 2011
  • Re: Download file

    Thanks Kenneth,                              The code which you sent for count the number of images is working fine....... Regarding my First post of downloading a fileSuppose a user came and make a ...
    Posted to ASP.Net Image Gallery (Forum) by amw123 on December 6, 2010
  • Re: Unable to translate physical path MyPath to virtual path

    Hi no the article didn't really help, confused me more :P Do I need to still create a Virtual Directory if the 2 paths are on the same letter drive : I.e the location of site where the cute editor is loaded from is  D:\websites\website_mis_staging and im trying to load the images into ...
    Posted to Cute Editor for .NET (Forum) by velnias2008 on September 25, 2009
  • Re: Uploader is not initialized when in a hidden div

    Of course, it did not fix the problem. (the text prop was set in the code behind)Are you able to make the uploader run with a simple page like this one, with Firefox:  <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <body> <form runat=''server'' ...
    Posted to Ajax Uploader (Forum) by el.c. on March 6, 2009
  • Re: Ajax file uploader for large files not working fine

    If you don't save the file will it work?   Can you try the following code and upload a small size file?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     ...
    Posted to Ajax Uploader (Forum) by Adam on January 16, 2009