Search

You searched for the word(s): CuteWebUI
Showing page 42 of 113 (1,122 total posts) < 1 second(s)
  • File size (6.67 KB) is too large: The maximum file size allowed is set to: 3.72GB

    Does anyone have any idea why i am suddenly getting the message:   File size (6.67 KB) is too large: The maximum file size allowed is set to: 3.72GB    this has been happening intermittently but today it is all the time.  we havent changed the configuration   is there any way of debugging this? ...
    Posted to Ajax Uploader (Forum) by mdc124 on March 15, 2013
  • Re: Compilation error when trying to overload click event

    Wow, you guys respond fast. I love it!   Changing the arguments in the method from UploaderEventArgs to AttachmentItemEventArgs fixed the error. So now my web page runs fine when I press the remove button on the attachment items, but my submit button still stays active even though there are no items in the list.    Does the ...
    Posted to Ajax Uploader (Forum) by trbox on October 4, 2012
  • Handle FileTooLarge, MaxFilesLimit and FileTypeNotSupport Message Client-Side

    <CuteWebUI:UploadAttachments ID="ImageUploader" runat="server" ManualStartUpload="True"       MaxFilesLimit="4" MultipleFilesUpload="True" TempDirectory="~/Images/Temp/"       onfileuploaded=& ...
    Posted to Ajax Uploader (Forum) by anloboz on September 8, 2012
  • Re: How to trigger browseclick() manually?

    Hi vso,   If you want to open the upload file dialog by code, for security reason, for now can not achieve it. The select file dialog must open by the end user click manually.   If you want to catch the onclick event at client side, then please try the example code ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 28, 2012
  • How To: Setup Direct to Database Upload/Download

    This example assumes the following platform technologies asp.net v20 - 3.5 C# Sql 2005 IIS 6+ AjaxUploader comes with an args.OpenStream() method that will allow you to convert your document to binary and store it directly to a Sql Table. Once there, you'll also need an .ashx file to help with the downloading of the file from the database from ...
    Posted to Ajax Uploader (Forum) by dougm on August 8, 2012
  • Re: Positioning the ProgressText

    What I am currently trying....  <asp:label id=''lblPgrBrText'' runat=''server''></asp:label>                     <p ...
    Posted to Ajax Uploader (Forum) by Killianmcc on July 31, 2012
  • ajax uploader issue in asp.net 4.0

    I am using ajaxuploder in asp.net. Its working fine in local, but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
    Posted to Cute Editor for .NET (Forum) by ssjganesh on July 24, 2012
  • Unknown Result On second image upload (not multiple files mode)

    I get an ''Unknown Result'' message along with the source code thrown back at me.  The curious part is that all works perfectly when I select my first image and upload (for most part) - then if I re-do the image upload for a second image I get this message and for any subsequent tries. The CueUI declaration is very simple:   ...
    Posted to Ajax Uploader (Forum) by rohitohuji on July 4, 2012
  • How do one position file list

    I am currently using ajax uploader on website i am in the progress of building.   I am using a custom browse for file / upload button which was easy to place.   I also centered the upload progress bar in the middle of my div.  However, the file list is not centered in my div.. How do, i ...
    Posted to Ajax Uploader (Forum) by ScottDolan on February 29, 2012
  • Re: How do I code for single file manual upload?

    Hi dmathews, Try  <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><script runat=''server''>        protected void b1_Click(object sender, EventArgs e)    {        if ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 15, 2012
« First ... < Previous 40 41 42 43 44 Next > ... Last »