Search

You searched for the word(s): upload'A=0
Showing page 243 of 656 (6,557 total posts) < 1 second(s)
  • Strange Error with Large Uploads

    Server side exception, failed to upload filename.mp3 Debug Information: Php No Request Files   I also had the issue with my hosting having an alias for my user home directory which I was dealing with the last couple of days.    With smaller files I am not see any issue. Do you have any suggestions for me to look into why this ...
    Posted to PHP File Uploader (Forum) by stoi2m1 on August 27, 2013
  • How to delete an uploaded file

    Hi,   can i use AttachmentRemoveClicked event to delete an uploaded file?   <%@Page Language="c#"%> <%@Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI"%>                ...
    Posted to Ajax Uploader (Forum) by ttyrone on August 5, 2013
  • AttachmentTRStyle

    The AttachmentTRStyle is not working for me       <CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" ManualStartUpload="true"            NumFilesShowCancelAll="1000" InsertText="Upload Statements" ...
    Posted to Ajax Uploader (Forum) by GeraldMorris on June 25, 2013
  • Re: Sporadic Viewstate errors

    Hi jk121960,   Just list the large file upload settings below, please check it and ensure that you have set all of them correct.    1. maxRequestLength in web.config    <httpRuntime maxRequestLength="value"/>    2. maxAllowedContentLength in IIS   Edit the request filtering feature ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 15, 2013
  • Working with Load Balancer

    I am having trouble uploading via the C:\Windows\Temp folder using the Single File Upload example. I suspect it is because we use load balancers.   How can I change this directory to a UNC or virtual directory on the web site so no matter which web server is handling the page it can find the uploaded file before moving ...
    Posted to ASP Uploader (Forum) by ScottBoz on May 10, 2013
  • Using the editor to create and edit templates

    I am testing upgrading from CuteEditor to RichTextEditor in a DotNetNuke site. One CuteEditor feature that is missing from RichTextEditor is the ability to edit and save html templates in the editor.RichTextEditor only allows you to upload a template, but not to use the editor to create one. Are you planning to add the create/edit template feature ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Mika on May 5, 2013
  • Re: How to modify file name

    Hi Ken          I created demo same like provided on http://ajaxuploader.com/demo/simple-upload.aspx         and gave a file name - 11_29_2012_studyTimeline_11_29_2012_studyTimeline_11_29_2012_studyTimeline_11_29_2012_study.mp4 this is just an irrelevant name.    when file ...
    Posted to Ajax Uploader (Forum) by rajbhagat on April 5, 2013
  • Re: the file can not be open by a ocx when using the method [CuteWebUI_AjaxUploader_OnSelect] in ie10?

    Hi,   For IE10 , it changed the security policy and will not allow javascript to get the FullPath of the selected file .   for temp solution , please try this meta in page <head>   <meta http-equiv="X-UA-Compatible" content="IE=7" />    To let IE choose IE7 mode.   (For ...
    Posted to Ajax Uploader (Forum) by cutechat on March 25, 2013
  • CuteWebUI_AjaxUploader_OnStart - not invoked in user control (.ascx page)

    Hi,   I am using 3 uploader control, 2 is in default.aspx and 1 is in usercontrol.ascx and this usercontrol will load on default.aspx on runtime.   I need to clear status label whenver the user click upload button, so i used _OnStart method. But the problem i faced is, i cannot using both places (default.aspx & usercontrol.ascx). ...
    Posted to Ajax Uploader (Forum) by sansindia85 on February 28, 2013
  • Not working in IE using windows authentication (NTLM)

    Hi,   anyone get problems running the uploader on a site which is configured to use integrated athentication only? Users are reporting that they can upload 1 or 2 times, but on the third it prompts then for a username and password - and then fails. I read somewhere that the uploader likely creates other sessions which can't be ...
    Posted to Ajax Uploader (Forum) by scarleto on February 27, 2013