Search

You searched for the word(s): add
Showing page 4 of 55 (543 total posts) < 1 second(s)
  • Re: Add files programmatically to the UploadAttachments Member list

    Hi,   Currently , that is not possible for default security setting.   That's good idea , if the end-users PC can set security option to allow that.   For example, if your end-users is your website editors , it's possible.   But we haven't implemented that yet.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on March 9, 2009
  • UploadModule is not installed in web.config

    I am struggling with an issue on my production server with the Uploader. I am getting the error saying "UploadModule is not installed in web.config.!" I checked out a few similar messages in the board but couldn't find the problem.   In System.web I have     <httpModules>       <add ...
    Posted to Ajax Uploader (Forum) by Corobori on April 9, 2014
  • Re: attach uploaded files to email

    Hi drifter,    I tested your sample,  You add attachments too early,  The item.GetTempFilePath() returns the template path of item, it is a '.rex' file  Before  you add attachments, you can use item.MoveTo(NEWPATH) method    This is my demo   ...
    Posted to Ajax Uploader (Forum) by Jeff on March 16, 2011
  • Re: get client path of image

    HI krm0503,   There are two example, please create a folder name ''Uploads'' under the root of your site to start test the examples.   1 will update the images every uploaded   <%@ Page Language=''C#'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 17, 2010
  • 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
  • The following add-on was running when this problem occurred

    Hello support.  I need assistance again.  I've got users sending me this screenshot while using IE8 and at least one person was using IE 7.0.5730.13co when attempting an upload.  These users are all at the same company and I haven't seen this from anyone else.      Here's the text for the forum ...
    Posted to Ajax Uploader (Forum) by ddoms on October 8, 2009
  • Add files programmatically to the UploadAttachments Member list

    I need to be able to select a file from a client pc and automatically add other files programmatically to the list of files to be uploaded. I saw on the specs that it's possible to do it with the UploadAttachments member by adding the files to the list of files to be uploaded  and then send it by pressing the send button. Please I need ...
    Posted to Ajax Uploader (Forum) by fpater on March 9, 2009
  • Ajaxuploader under IIS7 asp.net 4.0 100% working solution all browser support!

    HI, after my first struggle to get this to work i finely found a way, i just want to share this to every one that use iis7 asp.net 4.0 and C# / VB.  (there is still 1 big issue that should be focus on, i wrote info about that in the end here, but there is a solution to it) Before i start i just want to say a few words. There are not many ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on November 20, 2010
  • CopyTo casuing 'Loading...' text to stay on screen

    Hi,   I'm testing out the Framework 2.0-VB-MagicAjax/simple-upload-Validation.aspx page.   When I add in: args.CopyTo(''c:\\temp\\'' & args.FileName) I get the 'Loading...' message appear on the top right of the page, and there it stays. I can't right click on the page, I can't click on any buttons, the only thing I can do it ...
    Posted to Ajax Uploader (Forum) by fizzystutter on July 27, 2009
  • Re: Write to uploadTemp folder when site deployed to Windows Azure

    Randy, Can you manually set up a temp folder then try again? Setting temporary file locationUnlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file ...
    Posted to Ajax Uploader (Forum) by Adam on January 28, 2012
« First ... < Previous 2 3 4 5 6 Next > ... Last »