Search

You searched for the word(s): php
Showing page 22 of 158 (1,571 total posts) < 1 second(s)
  • Re: File Attributes

    hi drdx,   1. After uploaded, you can get the upload file info like the code below, it is the server side php code, so I think you can achieve your sql code in it ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 5, 2013
  • Re: Form Keeping State

    Hi openmdpractice,   I just tried on demo http://phpfileuploader.com/demo/form-keepingstate.php again, the submit button did not clean the attachment list. Can you try on this demo page too?   By the way, you can try the start upload manually example here http://phpfileuploader.com/demo/form-manualstart.php, it will start the upload ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 16, 2013
  • Re: Strange Error with Large Uploads

    Hi stoi2m1,   I think you did not set up the large file uplod settings correct. Please refer to http://phpfileuploader.com/FAQ.html#16, the "How do I handle a large file upload?" and "php.ini settings" section.   Also, please check the "upload_tmp_dir" php setting, ensure that you have set value for this ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 28, 2013
  • Re: Getting An Error Uploading Access Files

    Hi therealmagicrat,      Please check your php settings, I think you have not set the ...
    Posted to PHP File Uploader (Forum) by Kenneth on January 14, 2013
  • Re: error notice on render.

    Hi Support,                        this issue is closed ... The problem was with our session handler registration being called after include_phpuploader.php so where the include was writing a session to the filestore using the standard ...
    Posted to PHP File Uploader (Forum) by ShadowJohn on January 8, 2012
  • Re: Options on sorted upload - Multi file select

    I figure let me post a followup to this incase it can help someone else.   the second call is nessessary, so i figured if I needed to use one I might as well make it usefull.     in the JS file where I call   function CuteWebUI_AjaxUploader_OnPostback() {   // grab some additional info    var stock = ...
    Posted to PHP File Uploader (Forum) by D2Wheelz on March 25, 2011
  • Re: 2 uploader in the same page

    Dear mikhellqc,   Multiple instances of php uploader are supported. Please add the highlighted line in your code and try it again.   <?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on January 28, 2011
  • Re: editor inserts tons of embedded quotes, messes up links...

    The latest version is v6.6, download link is http://cutesoft.net/downloads/folders/cute-editor-php/entry54374.aspx , you can download latest version and check whether you can reproduce this issue in latest version.  The online demo link is http://phphtmledit.com/EnableAll.php, you can also test it there. We can locate your order by your buyer ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 10, 2010
  • Re: Redirect the user after the upload passing some variables

    Hi,   When uploader finish uploading files to temp directory , it will fire the JavaScript event OnPostback   You can write function to handle this event :   function CuteWebUI_AjaxUploader_OnPostback() { }   In this function , you can submit a form for redirect at server side , or redirect to another page using ...
    Posted to PHP File Uploader (Forum) by cutechat on October 28, 2009
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
« First ... < Previous 20 21 22 23 24 Next > ... Last »