Search

You searched for the word(s): upload file
Showing page 65 of 336 (3,355 total posts) < 1 second(s)
  • Re: Ajax Uploader on Windows Azure

    In this article, we will look into file upload using JQuery plug-in. Ajax file upload plug-in allows us to upload files to server. I am going to explain it with an example. We will be using custom HTTP handler to upload file onto the server. Create an ASP.NET MVC web application and name it as JQueryFileUpload. Now, add below scripts to ...
    Posted to Ajax Uploader (Forum) by chrisadam12 on September 3, 2010
  • Re: Image upload causes compilation error

    Dear cw808,   Your dll file doesn't support HideDirectoryItem, please follow steps: 1. Download latest version, http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx 2. Unzip it 3. Copy CuteEditor.dll and replace the one you are using 4. Test it again.   Keep me posted.   Thank you for ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 4, 2011
  • Re: html5: The Upload task is interrupted

    Hi Ken, I am using safari version 5.1.7(7534.57.2), and I am trying to upload a file size 55 MB format mp4. Please note there is no antivirus/ firewall installed on the PC, When I open a debug mode ON I got the below error   <CuteWebUI:Uploader ID="uploader1" runat="server" UploaderDebug="1" ...
    Posted to Ajax Uploader (Forum) by mughal814 on March 19, 2014
  • Re: Ajax file uploader for large files not working fine

    If you don't save the file will it work?   Can you try the following code and upload a small size file?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     ...
    Posted to Ajax Uploader (Forum) by Adam on January 16, 2009
  • Uploading Image file size

      For uploading a image, the max file size allowed is 200 KB. I successfully uploaded a image with size 889 KB and when I checked into the uploaded file, the image file size was reduced to 81 KB.  Is this mean we can upload images with size more than 200 KB (which is what we need)?  
    Posted to Cute Editor for .NET (Forum) by Wendy on April 3, 2007
  • Re: How to detect a cancel upload event

    Thanks for replying Ken. I'm not a hardcore web developer, so I'm trying to translate what you've got to MVC3 / Razor which is what I'm using.  Please forgive me if I misunderstand :) It looks like you're capturing the cancel button event on the client side in javascript.  What I need is to know when the cancel button is ...
    Posted to Ajax Uploader (Forum) by mtaute on March 23, 2012
  • Re: Disabling/Enabling Server side button following file attachment

    No, that did not work :(.  I don't think I explained my problem very well so I will try again.  I included a picture at the bottom for illustration purposes.  See how the upload button is currently disabled?  That button became disabled when I uploaded the penguins.jpg files.  When I click on Add Files to select more ...
    Posted to Ajax Uploader (Forum) by ssoutrs on September 24, 2010
  • Upload photos should not upload any file with 0 bytes or show a proper warning message

    Hello guys   i wanted to restrict user to Upload photos should not upload any file with 0 bytes or show a proper warning message   Can you tell me how can i restrict that ...Help needed urgently !!!   Thanks  
    Posted to Ajax Uploader (Forum) by Shaitender on April 21, 2009
  • Re: Prevent auto population of title during upload

    Hi VanAwful, Please try this way 1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Layout\Classic\Code.js 2. Find section below var titltText=photo.Title; 3. Change to var titltText=photo.Title;     if(status==''false'')     {       titltText  = ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on February 11, 2011
  • Using UploadPersistedFile and making file upload mandatory

    I'm using UploadPersistedFile in an ASP.NET 4.0 form to ask the user to upload a photo, and I would like to make that upload mandatory.I can't simply use a RequiredFieldValidator because that won't accept the UploadPersistedFile instance as its ControlToValidate. So how can I enforce the file upload? Best regards, Marja 
    Posted to Ajax Uploader (Forum) by MarjaR on October 18, 2011
« First ... < Previous 63 64 65 66 67 Next > ... Last »