it keeps hanging on "1 seconds remaining"

Last post 11-09-2009, 10:42 AM by analysis_junky. 27 replies.
Page 2 of 2 (28 items)   < Previous 1 2
Sort Posts: Previous Next
  •  05-06-2009, 4:00 PM 51897 in reply to 51714

    Re: it keeps hanging on "1 seconds remaining"

    The newest build from today solves my problem.  I'm using the new events.  It now works in IE.  Thanks!
  •  05-15-2009, 9:09 AM 52188 in reply to 51874

    Re: it keeps hanging on "1 seconds remaining"

    Adam,
     
    I am still having an issue with this.  I have updated the dll to the latest version this moring.  I uploaded a 250MB file this morning using IE7 and it worked great.  The same file in FireFox 3.0 hangs at 100%.  The file shows in the temp directory but the file name still starts with 'uploading'.  The file is never moved to the permanent directory.  Small files work fine in FireFox. Here is my control code:

    <cutewebui:uploader runat="server" ID="Uploader1" AutoUseSystemTempFolder="false" TempDirectory="~/UploaderM3Temp" InsertText="Add a file"

    MultipleFilesUpload="true" OnFileUploaded="Uploader1_FileUploaded" >

    <InsertButtonStyle Font-Bold="True" ForeColor="#804040" />

    <VALIDATEOPTION AllowedFileExtensions="dvr-ms, mov, avi, jpeg, jpg, gif, png, zip, doc, rtf, pdf, mp3, mp4, wmv, wav, doc" MaxSizeKB="2097151" />

    </cutewebui:uploader>

    What else can I look at?  Here is a screen shot of the hang....
     
  •  05-15-2009, 6:03 PM 52220 in reply to 51701

    Re: it keeps hanging on "1 seconds remaining"

    rob.bartlett:
    That link seems to work.  Are any of those controls on that page using MVC?
     
    I am using MVC.  
     
    I am setting temp folder in code, but the temp directory I supply (a file share) is getting ignored.  It ALWAYS puts it in *my* temp folder:
     
    "c:\Documents and Settings\rob.bartlett\Local Settings\Temp\AjaxUploaderTemp\persisted.{GUID}{FILENAME}.{EXT}.resx"   

    Do I need to open another forum post on that?
     
    UPDATE: I set the temp folder in the web.config instead of in code, and it  now uses the config value (STILL ignores the code-set value)
     
    I think this issue is caused by a bug in the code.
     
    Please download the control again.
     
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-15-2009, 6:03 PM 52221 in reply to 51701

    Re: it keeps hanging on "1 seconds remaining"

    rob.bartlett:
    That link seems to work.  Are any of those controls on that page using MVC?
     
    I am using MVC.  
     
    I am setting temp folder in code, but the temp directory I supply (a file share) is getting ignored.  It ALWAYS puts it in *my* temp folder:
     
    "c:\Documents and Settings\rob.bartlett\Local Settings\Temp\AjaxUploaderTemp\persisted.{GUID}{FILENAME}.{EXT}.resx"   

    Do I need to open another forum post on that?
     
    UPDATE: I set the temp folder in the web.config instead of in code, and it  now uses the config value (STILL ignores the code-set value)
     
    I think this issue is caused by a bug in the code.
     
    Please download the control again.
     
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-15-2009, 6:03 PM 52222 in reply to 51701

    Re: it keeps hanging on "1 seconds remaining"

    rob.bartlett:
    That link seems to work.  Are any of those controls on that page using MVC?
     
    I am using MVC.  
     
    I am setting temp folder in code, but the temp directory I supply (a file share) is getting ignored.  It ALWAYS puts it in *my* temp folder:
     
    "c:\Documents and Settings\rob.bartlett\Local Settings\Temp\AjaxUploaderTemp\persisted.{GUID}{FILENAME}.{EXT}.resx"   

    Do I need to open another forum post on that?
     
    UPDATE: I set the temp folder in the web.config instead of in code, and it  now uses the config value (STILL ignores the code-set value)
     
    I think this issue is caused by a bug in the code.
     
    Please download the control again.
     
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-16-2009, 10:11 AM 52233 in reply to 52188

    Re: it keeps hanging on "1 seconds remaining"

    edstone:
    Adam,
     
    I am still having an issue with this.  I have updated the dll to the latest version this moring.  I uploaded a 250MB file this morning using IE7 and it worked great.  The same file in FireFox 3.0 hangs at 100%.  The file shows in the temp directory but the file name still starts with 'uploading'.  The file is never moved to the permanent directory.  Small files work fine in FireFox. Here is my control code:

    What else can I look at?  Here is a screen shot of the hang....

     
     
    I think my issue was related to either session timeout or a timeout of my forms authentication.  I increased my form authentication timeout threshold in the web.config to 4 hours:
     
    <authentication mode="Forms">
                <forms name=".ASPXFORMSAUTH" timeout="120" />
    </authentication>
     
    I also increased my session timeout on IIS to 4 hours as well.
     
    I was able to upload a 1.5 GB file successfully in FireFox.  I am not sure why I was able to upload in IE7 to start with before these changes but maybe it is in how each browser handles a timeout with security???  Anyway...thought I would share what worked for me.
  •  11-09-2009, 7:33 AM 56976 in reply to 52233

    Re: it keeps hanging on "1 seconds remaining"

    I am having the same issue, but not using forms authentication...
     
    Info:
    Upload large file (2.5 hr upload)
    When it times out, attempt to upload a small file without refreshing the page first.
     
     
    Anymore ideas???
     
  •  11-09-2009, 10:42 AM 56985 in reply to 56976

    Re: it keeps hanging on "1 seconds remaining"

    I figured it out...
     
    I think this has a lot to do with our environment... It seemed that the uploaded event wasn't getting fired due to session timeout.
     
    In the web.config  there was an element "sessionState" with the timeout attribute set to 20 (in minutes). I bumped it up to 240 (4 hrs) and the large upload worked.
     
Page 2 of 2 (28 items)   < Previous 1 2
View as RSS news feed in XML