Search

You searched for the word(s): temp
Showing page 23 of 42 (416 total posts) < 1 second(s)
  • TempDirectory not working properly

    I am using AjaxUploader control. I want to use TempDirectory property. Below is the source code for that : <CuteWebUI:UploadPersistedFile runat=''server'' ID=''PersistedFile1'' InsertText=''Upload File''   TempDirectory=''~/temp''                        ...
    Posted to Ajax Uploader (Forum) by shahromil88 on November 15, 2011
  • Can i change the temporary uploaded filename?

         After uploading a file to using ajaxuploader.  The file uploaded to the tempDirectory are renamed to something similar to this ''persisted.aa5b8ba2-4d86-4681-92a2-bff277698419.new.png.resx''      However, I would like to make use of this temporary image I just uploaded for a ...
    Posted to Ajax Uploader (Forum) by ScottDolan on October 6, 2011
  • Weird error

    We have this control on a web farm with the temp folder pointed to a share on a file server.  We are trying to migrate from our current file server running 2003 to one running 2008R2.  When we do that migration we start getting ittermitent failures.  Here is the stack trace from one of them. When we take one of the servers out ...
    Posted to Ajax Uploader (Forum) by andybrummer on July 29, 2011
  • How to Delete file from tempdirectory?

    New to AjaxUploader.  I was able to do args.move in C# and that got rid of the file I uploaded in the tempdirectory and saved it permanently somewhere else.  How do I clear out the temp directory, or better yet, how do I delete a file from the tempdirectory once I've used it, resized it, and saved it in a permanent place?  My ...
    Posted to Ajax Uploader (Forum) by debdba on June 4, 2010
  • PageRequestManagerParserErrorException

    Hi,   I'm trying to implement your AjaxUploader to a Sharepoint-Web. It works fine, I can select files and they are downloaded to the temp-directory but before the ''FileUploaded''-event fires the IE throws a PageRequestManagerParserErrorException, line 4723, details: near: ''<HTML=''ltr''><H.''. I don't use Response.Write or ...
    Posted to Ajax Uploader (Forum) by mrb on April 1, 2010
  • Re: Why .resx extension?

    Hello Terry, Thanks for the quick response!  I just thought maybe there's a way for a developer to control/retain the filenames when it uploads the file.  The reason why I'm asking is because eventually all the uploaded files will be read and display on the web page. The move may solve my problem right now, but it'll be two ...
    Posted to Ajax Uploader (Forum) by elgoogdev on September 29, 2009
  • file delete issues

    Hi, In the UploaderEventHandler, I am setting the temp path before uploading the files,void Uploader_FileUploaded(object sender, UploaderEventArgs args)     {         using (System.IO.Stream stream = args.OpenStream())         ...
    Posted to Ajax Uploader (Forum) by pmehta1 on August 27, 2009
  • KB : AjaxUploader recent updates (2009-08-25)

    1 - Important update : AjaxUploader for Flash 10, SSL(HTTPS), NTLM(windows authentication)   2 - new web.config appSettings : <add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True''/>   when specify this setting :     in  ASP.NET1.1 uploader will not stream the memory data into ...
    Posted to Ajax Uploader (Forum) by cutechat on August 24, 2009
  • KB - Uploader 2009-03-05 version. fixed some bugs and new features , the RESUME feature.

    Hi all,   We have uploaded a new version of uploader.   It have fixed the bugs recently , and add two new properties:   1, AutoUseSystemTempFolder - if ~/UploaderTemp is not write-able , the uploader would use system temp folder . Uploader also create a file at that folder, for security checking.   2, ...
    Posted to Ajax Uploader (Forum) by cutechat on March 4, 2009
  • File used by another process error without using the stream

    I am currently creating a user control that holds an UploadedImage property of type System.Drawing.Image.   I read the other posts about this error, but they all say that I have to close the stream. However, I am not using the stream :(   I use the code below when a file is uploaded:         /// ...
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 8, 2008
« First ... < Previous 21 22 23 24 25 Next > ... Last »