Search

You searched for the word(s): upload file
Showing page 41 of 336 (3,355 total posts) < 1 second(s)
  • File Attributes

    Hello,   I am evaluating this script to add to a form in an existing app that includes certain file attributes to be stored in a SQL database. I wanted to see if there is a way I can add these attributes when a user uploads a file. It's basically just one SQL query. Another issue is that if a user uploads a file and then tries to ...
    Posted to PHP File Uploader (Forum) by drdx on December 4, 2013
  • Re: How to capture the upload event in Insert Image dialog

    Hi oddball,   The upload control in the insert image dialog has a "FileUploaded" event, you can add your own logic there.    1. Open fileCuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx, add the code below into the page OnInit event.     InputFile.FileUploaded += new ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 18, 2013
  • 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
  • SLM error:Error:File not exists!

    Hi, I am using trial version of ajax uploader for multiple file upload. I am facing 'SLM error:Error:File not exists!' error from two days before it was working fine. So, I have downloaded new LICENSE file to test it but it again fail. And the same LICENSE is working fine in other machine, this machine has same OS as my ...
    Posted to Ajax Uploader (Forum) by Abidali on February 18, 2012
  • Guidance needed - not sure which uploader type to use!

    Hi Let's say I have a form for creation of a NEW news article.  This article has one main image, and one or more additional images. There are various other fields on the form which require validating, some requiring async postbacks (for example testing that the unique string key for the article is actually unique) , so the selected ...
    Posted to Ajax Uploader (Forum) by Tawl on December 16, 2011
  • Error 401 when i uploading file on a Sharepoint site

    Hello, I’m trying to integrate CuteEditor v6.6 on a Sharepoint 2007 Site, but i have a 401 error when i upload file.  My environnment : Windows Server 2003IE 6.0A Sharepoint Site deployed on IIS Site (C:\Inetpub\wwwroot\wss\VirtualDirectories\80) with a specific application pool logon with a specific user ...
    Posted to Cute Editor for .NET (Forum) by Ggiry on October 6, 2010
  • Re: Sometimes it behaves like a normal upload control

    Hi,   When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,   the uploader will create an iframe and <input type=file> to do the upload task.   For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,   but for Firefox/Safari , the browsers require ...
    Posted to Ajax Uploader (Forum) by cutechat on October 17, 2009
  • Re: Upload Image is not working....

    I tried the example... it worked. I installed the 6.3 again (I had already installed this version... but just for the heck of it I gave it another try)... same issue...   If I change UploadType=''IFRAME'' I can upload one file at a time... if I remove UploadType=''IFRAME'', I can select mltiple files to upload; however, they don't get ...
    Posted to Cute Editor for .NET (Forum) by brage on April 25, 2009
  • Issue: uploading .pdf file in Cute Editor for .NET version 5

    Hi Adam, In the security policy file (default.config, admin.config and guest.config) I had set the value of max file file upload size as: <security name=''MaxDocumentFolderSize''>102400</security> And in my program also I had set it as: Editor1.Setting[''security:MaxDocumentSize''] = ''102400''; My issue is that when I am ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on May 17, 2006
  • Re: Multiple File Upload Hangs

    Hi,   The default configuration is not fit for load balancing.   You need do more for your server.   There's two solution for load balancing:   1 - set temp directory to a shared server , for example , \\sharedserver\sharefolder   2 - use database provider to store the temp files into SqlServer ...
    Posted to Ajax Uploader (Forum) by cutechat on June 29, 2010
« First ... < Previous 39 40 41 42 43 Next > ... Last »