Search

You searched for the word(s): upload'A=0
Showing page 187 of 656 (6,557 total posts) < 1 second(s)
  • Re: ClientSize MaxSizeKB Validation

    Hi harikesani,   1. If you want to valid the upload file size at client side, please try aip ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 2, 2012
  • Re: Unable to find file de604f2a-e96f-c0bc-3cda-56ac3ce1b27b in /tmp/uploadertemp

    In an attempt to try and identify the issue, I have tested a very simple upload script as follows consisting of 2 files. [myUploader.htm] <html><body><form action=''upload_file.php'' method=''post''enctype=''multipart/form-data''><label for=''file''>Filename:</label><input type=''file'' name=''file'' ...
    Posted to PHP File Uploader (Forum) by mediakitchen on July 25, 2012
  • Re: Uploads - Same file name

    Hi anthemia, I suggest you use method ''CopyTo'' to save the upload files. It allow you handle the upload file store location and the new file name. Then you can check if the file exist or not. If exist, fire your own logic to handle it by the CopyTo method. The example below shows you how to use the CopyTo method to save the upload ...
    Posted to PHP File Uploader (Forum) by Kenneth on April 6, 2012
  • GUID Error!

    I'm getting the following error: Server side exception, failed to upload TableFilter_EN.zip Debug Information: Guid Error !  I've set the following ...
    Posted to PHP File Uploader (Forum) by mybludrunsorange on February 10, 2012
  • Re: CuteWebUI_AjaxUploader_OnQueueUI event

    Hi Kemal, 1. This event is activated even on load, when the form that contains the control is loaded for the first time, without click on the button uploadmedia, is this right? No, this event will fire after you select the files, and the upload in progressing. 2. I tried using this event to wrap this table in a div ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2011
  • help me! some errors

    Hello. Adam!i have small business license.------------------------------------------------------------------  1. i don't know $_SESSION['CESecurity'] is empty or null file position : cuteeditor_files/Dialogs/Include_Security.php  if ($CESecurity != $_SESSION['CESecurity']) { print ''The area you are attempting to access ...
    Posted to PHP File Uploader (Forum) by hojeongLee on March 27, 2011
  • need to insert values in database table

    Hi All I am using ajaxattachements in php file uploader. i have added file title(textbox),file description(textarea),keyword(textbox) and one checkbox for each file. i have added those all are using javascript. i need to insert those values for each file in database after successfully upload the file. i'm trying the get values in ...
    Posted to PHP File Uploader (Forum) by sheik1412 on March 19, 2011
  • blank page from phpumloader

    HelloI am testing your phpuploader on a linux server and php I have resolved the path issue and when I run the demo php uploader I get a blank page with  only a button that says 'upload files'The button has no action when clickedthe html source is belowI understand that this is a  free code but if  you could point me  ...
    Posted to PHP File Uploader (Forum) by yvesbodson on March 16, 2011
  • Re: Session expired! Please refresh the page and try again.

    hi eric i am still not able to upload large file more than 2MB to my site using .htaccess php settings please help me to solve this issue.  here is my php current settingshttp://www.pentagon.ae/elips/test.php  and form here i what to upload a 3 mb or large file http://www.pentagon.ae/elips/test2.php i will send ...
    Posted to Cute Editor for PHP (Forum) by mamunbdctg on February 13, 2011
  • Re: Javascript functions

    Dear meti,   1. How to I prevent from displaying the list of files that have been canceled? I mean all files that their status is ''Error''.  Please try the following code: <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Eric on February 7, 2011