Search

You searched for the word(s): upload file
Showing page 63 of 336 (3,355 total posts) < 1 second(s)
  • Re: (File dialog has been blocked) while trying to Upload files

    Our problem is that we have a scroll bar on the page where the popup is. Try this. Add a html table with height>100% to your code above and test it again. try scrolling the page up and down and test the control. Add a table after your form tag: <table cellpadding=''0'' cellspacing=''0'' style=''height: 120%''>.... anything here ...
    Posted to Ajax Uploader (Forum) by luci on September 1, 2009
  • Normal asp.net upload control is coming in firefox

    Hi,       when i click Browse file button in firefox then i am getting a Normal asp.net upload control. is there any way by that i can able to hide Normal asp.net upload control and fire the click event same time when user click browse file button.   Regards Arun            
    Posted to Ajax Uploader (Forum) by bs_arun on May 11, 2009
  • Re: Upload Button Not working in firefox 2.0

    Hi   You must move the file before processing it.   And moving the file, is not a problem, I think.    void Uploader_FileUploaded(object sender, UploaderEventArgs args)  {   string folder = Server.MapPath(''~/MyFiles'');   string savepath = System.IO.Path.Combine(folder, ...
    Posted to Ajax Uploader (Forum) by cutechat on December 26, 2008
  • Re: AllowedFileExtensions works only in IE, doesn't work in Chrome, Firefox, Opera

    Hi,   the setting still work, you can try select the other file extension and upload it, the conttrol will throw the error with file extension does not support. this due to the system/browser limitation, so we can not do the full control of the select file dialog, but the uploader will still valid the file extension at server side, do not ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 26, 2016
  • Re: Adding fields and saving to DB

    Hi shafi01,   Please try the example below. You can save the upload file name when page postback.   <?php require_once "phpuploader/include_phpuploader.php" ?>  <?php session_start(); ?>  <!DOCTYPE html PUBLIC ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 10, 2012
  • Re: Issues on server, not locally

    Hi RickLeinecker, 1. The file name gets uploaded under a new name such as persisted.4999ce17-0a4c-45e2-a371-fad61db8db8b.5.mp3.resx and then an alert box pops up saying ''Unable to find the uploaded file in directory: c:\inetpub\CollaborationDev\TempUploadDir'' I really need help getting this fixed. Is your server on the load ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 21, 2012
  • Re: problem with licence

    hamid_gsts,     1. Please use this temp license file to get your site up first.   Http://CuteSoft.net/download/temp.zip   2. You have your own License File, but you are using an Evaluation License file. Solution: Please find the license file we sent to you upon purchase, and upload it to your server. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 10, 2008
  • Re: Please help me. CuteChat install just crashed my CS.

    Greg,   It could be a license issue.   If you have an official license file, please find the license file we sent to you upon purchase, and upload it to your server. If you are unable to find the license file, email us and specify the email address used for purchasing in your response.   If you cannot find this license file, ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 3, 2008
  • Re: Uploading Excel files

    http://cutesoft.net/developer+guide/Restricting-Document-Files-by-Extensions-and-Types.htmRestricting Document Files by Extensions and Types One of the Cute Editor new and innovative capabilities is Restricting uploading document Files by Extensions and Types. You can filter the type of document files so only specified file types are allowed ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 15, 2006
  • Re: must specify AllowedFileExtensions

    Dear siwelis,   The following is a full example, please refer to it:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on February 17, 2010
« First ... < Previous 61 62 63 64 65 Next > ... Last »