Search

You searched for the word(s): upload'A=0
Showing page 216 of 656 (6,557 total posts) < 1 second(s)
  • Uploader on a page with a datagrid

    I have a page with a datagrid.  I need an upload button in each row.  I don't want 50 copies of the control on the page.   I would like to put one uploader on the page and have a plain button in each row that uses javascript to call the ''browse'' or whatever method it is that opens the file browse window so the user can select a ...
    Posted to Ajax Uploader (Forum) by johansec on March 9, 2011
  • Re: PT-BR

    Dear Andre,   You can change the message to your own language directly, please refer to the following code: <%       Dim uploader       Set uploader=new AspUploader       ...
    Posted to ASP Uploader (Forum) by Eric on February 23, 2011
  • Re: Files not saving

    Dear MastaBaba,   I have tested the following snippet, if the destination folder is not existing, it will throw error. You can upload one file called ''11test11.zip'', after the upload is finished, you can search ''11test11.zip'' in your server, it must have been saved to your server if nothing error is thrown. <?php require_once ...
    Posted to PHP File Uploader (Forum) by Eric on February 1, 2011
  • Re: how to assign file while editting record with other fields

    Dear jaydev,   Please refer to the following code:   <?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 December 22, 2010
  • Server side exception : failed to image_name.jpg

    Hi all, I have a problem with CuteEditor when trying to uploading images. I have ip licence. I have a control panel with its own login system cookies/mySql/php programmed. To run CuteEditor inside my control panel I did these changes: 1) in the main file  include_CuteEditor.php at the beginning I inserted this code instead ...
    Posted to Cute Editor for PHP (Forum) by Elaidon on November 22, 2010
  • Error uploading multiple files

    I have seen this error posted elsewhere in this forum, but I have the newest version that was said to fix this problem. Also, I seem to be having the error under different circumstances.   Here is the error message:   Microsoft VBScript runtime error '800a01a8' Object required: 'jfile' /aspuploader/include_aspuploader.asp, line ...
    Posted to ASP Uploader (Forum) by foolishmortal on November 16, 2010
  • Re: Unknown Error Dialog

    Hi nokturnal, Now,AjaxUploader has a debug mode. Please download the latest version and  test it and show me the debug information.   How to activate debug mode   Just need to add querystring “UploaderDebug=1” to the end of the url. For example, open the debug mode on our ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 26, 2010
  • After upgrading from vs2005 to vs2008, ajax calls make full page reload

    I've spent a couple days trying track this down,and finally found the problem.   In my situation, I upgraded a vs2005 project to vs2008. Once in vs2008, I decided to add ajax functionality. Whenever I would use the ajax uploader, it would do a full page reload after the ajax button click upload. Even the simple-uploader was doing it. I ...
    Posted to Ajax Uploader (Forum) by Lan-Lord on September 28, 2010
  • Re: Problem uploading a pdf

    IanPhillips, Are you using IIS 6? After modifying the metabase.xml file, have you stopped IIS so you can save this file?   This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first. The solution is here: IIS 6.0 (Windows 2003) has a ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 1, 2010
  • Re: Problem uploading a pdf

    IanPhillips, Are you using IIS 6? After modifying the metabase.xml file, have you stopped IIS so you can save this file?   This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first. The solution is here: IIS 6.0 (Windows 2003) has a ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 1, 2010