Search

You searched for the word(s): php
Showing page 70 of 158 (1,571 total posts) < 1 second(s)
  • Bought this a while ago, having huge problems with re-install...

    Hi guys,   I bought your script a long time back for my site (www.epicradio.net).   I remember having a few problems at the time but I figured them out, got it installed and working...   Since then I've re-worked the site and I need to get it going again.. I'm trying but getting a lot of issues...   See the ...
    Posted to PHP File Uploader (Forum) by EpicRadio on February 13, 2013
  • Re: Problems with installation of File Uploader. Error message, no dialog showing, upload button does nothing

    Hi anthonygore,   Do you get the same problem with the example page below?   If yes, can you use echo phpinfo() to output all php settings? So we can check the settings for you.   <?php require_once "phpuploader/include_phpuploader.php" ?>  <?php session_start(); ?>  ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 14, 2012
  • Error when try uploading

    Hello.   I try use  PHP File Uploader   I write:     require_once BASE_PATH . "/library/phpuploader/include_phpuploader.php";     $uploader=new PhpUploader();     $uploader->Name="pdf_upload";     $uploader->MultipleFilesUpload=true; ...
    Posted to PHP File Uploader (Forum) by mol on November 22, 2012
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369,   Please try the following code:   how to hide some buttons when uploading: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!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 June 21, 2011
  • Re: Server side exception: failed to upload xxxx.zip - session expired ...

    Dear RoyG,   that error means the cookie is missing for unknown reason. maybe because timeout. If you run the following example, does this issue happen to you? <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on August 30, 2010
  • Re: Editor some times not load fine

    forkus2000: Some time the editor when i call from ajax not load at the first time , but if you reload the same content show well...         Can you show me how to reproduce this issue?   Can you try the following example?   http://phphtmledit.com/EnableAll.php   If this example works for you, ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 22, 2010
  • Re: Replacing editor in news publishing program

    Capper:K, our server is running PHP V5.0.......here is the problem, we're using Vivvo (their editor sucks).... I saw the instructions, and understand that I need to delete all reference java scripts for their editor, but how do I replace it in the files with Cute Editor? I put the Cute Editor folder in the /public/_html/admin folder ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 2, 2007
  • Re: Parse error

    Hi Devl, Did you change the include_phpuploader.php before? Can you download the php uploader package again and use the original include_phpuploader.phpphpuploader download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx Regards, Ken 
    Posted to PHP File Uploader (Forum) by Kenneth on June 22, 2012
  • Re: Deactivate Flash

    I had this same issue. Demo page also did not work. I applied the change to the code you recommended. Now, it works, in IE too ... BUT:  - Only for on file at a time.  Multi-file selection will not work.  - After selecting the file, the progress panel formatting is wrong ... it shows ''in-line'' in the ...
    Posted to PHP File Uploader (Forum) by therealmagicrat on July 9, 2012
  • Re: Validate Sum of file size for multiple files

    Hi Joe, Please refer to the following snippet:<%@ Page Language=''C#'' Title=''First sample'' %>  <%@ Import Namespace=''CuteWebUI'' %>  <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>  <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on June 23, 2011
« First ... < Previous 68 69 70 71 72 Next > ... Last »