Search

You searched for the word(s):
< 1 second(s)
  • Re: ValidateOption AllowedFileExtensions

    Hi Ken, &nbsp; It works. Thanks &nbsp; Kalees
    Posted to Ajax Uploader (Forum) by kalees1980 on July 24, 2013
  • ValidateOption AllowedFileExtensions

    Hi, &nbsp; I need to change the allowed file extensions during runtime on some condition. how do i do. &nbsp; The scenario is, If i select &quot;A&quot; in dropdown list, then uploader allowedfile extension is &quot;xls&quot; If i select &quot;b&quot; in dropdown list, then uploader allowedfile extension is &quot;pdf&quot; &nbsp; Thanks ...
    Posted to Ajax Uploader (Forum) by kalees1980 on July 23, 2013
  • FileValidating Method

    &nbsp;Hi, &nbsp; i want to validate each file on upload process. &nbsp; If i want to stop certain file upload during multiple file upload process, How&nbsp;do i do? &nbsp; For example, protected&nbsp; void&nbsp;Uploader_FileValidating(object sender, CuteWebUI.UploaderEventArgs args) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string ...
    Posted to Ajax Uploader (Forum) by kalees1980 on October 23, 2012
  • Total upload file size progress bar Instead of single file size progress bar

    Hi, &nbsp; When i upload 200 (for example) files, i am getting the progress bar for each file size. since my file size is very small lets say 1 kb, &nbsp;then bar is going very fast and the screen is also getting the&nbsp;flickering effects.&nbsp; &nbsp; instead of single file, I want the progress bar for Total upload file size. &nbsp; if i ...
    Posted to Ajax Uploader (Forum) by kalees1980 on October 9, 2012
  • Re: Upload button Enable

    Hi, &nbsp; Finally i achieved by this way; &nbsp;The solution is. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;script type=''text/javascript''&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var ClickedUploderId = ...
    Posted to Ajax Uploader (Forum) by kalees1980 on August 16, 2012
  • Re: Upload button Enable

    Hi Kim, &nbsp; It is working after i did some minor changes. &nbsp; During cancel all update button click, then i need to enable the control &nbsp; i tried with CuteWebUI_AjaxUploader_OnStop&nbsp;{&nbsp;var hidden = this;&nbsp; if (hidden.id == ''MainContent_SubModelFilesUploader'') {graphicsuploader2.internalobject.insertBtn.disabled ...
    Posted to Ajax Uploader (Forum) by kalees1980 on August 15, 2012
  • Upload button Enable

    Hi, &nbsp; I have 2 upload controls upload1 and upload2 in my page. I want to disable the upload2 button when the user uploading file from upload1 controls and end of the uploading i have to enable the upload1. the same way i want vice versa. &nbsp; I want to achive the process flow like &nbsp; by simple my problem, &nbsp; I do not want ...
    Posted to Ajax Uploader (Forum) by kalees1980 on August 13, 2012
  • Re: Session Expire during Upload

    Hi Ken, &nbsp; Sorry, i am away for sometime. &nbsp; It is not showing any error message. &nbsp; I&nbsp;can still upload the file using uploader, &nbsp;even my page session is expired. &nbsp; not like other server control. &nbsp; It should be maintain the session. &nbsp; Regards Kalees
    Posted to Ajax Uploader (Forum) by kalees1980 on August 7, 2012
  • Session is expired during Upload files

    Hi, &nbsp; I faced 2 issues w.r.t Session vs Uploader. &nbsp; I can still upload the files, even after my session is expired on the page. &nbsp; Second, &nbsp; Then i preferred Auto redirect to expiry page once my session expired. Still my problem is there. &nbsp; After i am starting upload file process, my session is getting ...
    Posted to Ajax Uploader (Forum) by kalees1980 on August 7, 2012
  • Session Expire during Upload

    Hi, I am using Uploader control in my page and it is working fine. Buti have an issue that w.r.t Session side. &nbsp; For example; If I&nbsp;set 2 min is the session time for my page, but i see that my session is getting expire even during in file upload process. &nbsp; how to maintain the session with uploader? &nbsp; thank you in ...
    Posted to Ajax Uploader (Forum) by kalees1980 on July 30, 2012