Search

You searched for the word(s): Uploader
Showing page 125 of 328 (3,276 total posts) < 1 second(s)
  • Re: Customize the look & feel of error message alert window

    Hi Ken,   I used your example and added an alert at the start of the error event funtion, like that: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="DD.UI.test" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" ...
    Posted to Ajax Uploader (Forum) by novi on September 19, 2013
  • Re: Security configuration file

    I'm using 6.6...just downloaded it yesterday. It's not a secure environment, just password-protected so that it's not accessible by the Internet Guest User account. Is there a way to disable the Flash uploader and try the iframe uploader instead, or is that not a feature on the ASP Classic version?  I found two copies of ...
    Posted to Cute Editor for ASP (Forum) by capnhairdo on April 1, 2010
  • Re: SharePoint + AjaxUploder keeps asking for credentials and gets into hung state

     Hello, I tried this… <CuteWebUI:uploader FlashloadMode=''True'' runat=''server'' id=''Uploader3''  tempdirectory=''~\UserControls\Upload\'' inserttext=''Upload Projectdata'' OnFileUploaded=''Uploader_ProjectDataUploaded''>                    <validateoption ...
    Posted to Ajax Uploader (Forum) by ctrenkwalder on October 18, 2010
  • Re: domain license

    Hi,   For your dev server I suggest you use the trial license file on it, the trial license file valid for 30 days. You can download this package http://ajaxuploader.com/download/Ajax-Uploader.zip and find the trial license file from the "bin" folder.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on August 25, 2016
  • Re: Unable to find the uploaded file in directory

    Dear A.G.   What's the ajax uploader access url? You can send it to eric@cutesoft.net, I will have some test of it. If you can reproduce this error on your end, please take a screenshot and send it to eric@cutesoft.net .   Thank you for reporting eric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on March 24, 2011
  • Re: Redirect after upload

    Hi,   If you want to pass the file list to another page,   You need store the list of the File Guid , into Session , or Database or somewhere,   And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it .   Regards, Terry  
    Posted to PHP File Uploader (Forum) by cutechat on July 28, 2010
  • Re: Upgraded to version 6.5: Uploading doesn't happen

    I found the previous work around. I've been thru all the Dialog folder and changed all <CE:Uploader ''UploadType = IFrame'' Now all seems to work upon deployment.I think we decided it was being caused by Silverlight being loaded on my PC. Hope this helps others. Geoff 
    Posted to Cute Editor for .NET (Forum) by geoffo on December 23, 2009
  • Re: Redirect When Upload Complete

    Dear msandwisch,   You can try the following snippet:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on April 12, 2011
  • how to hide uploaded files grid in ajax uploader

    Hi,   We are uploading files direclty to database upon selecting the files from file dialog window. while uploading the files into database a grid is displaying with the selected files and remove option. Is there any way to hide the grid? we are using UploadAttachments control( <CuteWebUI:UploadAttachments runat="server" ...
    Posted to Ajax Uploader (Forum) by mvjr on February 7, 2013
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Dear velnias2008, Yes, turning  off the Silverlight is not a big issue for you.Search the following line in your project: <ce:uploader id=''InputFile'' runat=''server''></ce:uploader>  Change it to <ce:uploader id=''InputFile'' MultipleFilesUpload=false runat=''server''></ce:uploader> It ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 30, 2011