Search

You searched for the word(s): submit
Showing page 1 of 3 (29 total posts) < 1 second(s)
  • Re: problem with refresh

    Can you try the following code?   <%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html> <head>       <title></title>       <script ...
    Posted to ASP Uploader (Forum) by Adam on February 1, 2014
  • Re: Which Ajax Uploader license to buy ?

    Hi there, A Domain license allows the control to run on 1 domain/subdomain name, ie http://news.domain.com or http://intranet or http://192.168.0.1 A Small Business License allows 10 such names An IP license enables all the domains/subdomains hosted on this IP@ to use the control. All license options are good for http://localhost. I'd highly ...
    Posted to ASP Uploader (Forum) by Karen on October 13, 2011
  • Re: Upload to virtual directory?

    Hi GenNS, Yes, this can be implemented.You can follow steps:1. Open IIS2. Navigate to the site which contains the ASP Uploader3. Create one virtual directory ''savefoldervirdir'' and let it point to the destination folder4. Save the following code to test.asp:<%@ Language=''VBScript'' %> <!-- #include ...
    Posted to ASP Uploader (Forum) by Eric on June 28, 2011
  • Re: The original name of the uploaded file

    Dear illaki,   Please test the following snippet, it returns the original file name:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on June 1, 2011
  • Re: write additional form data including filename an folder (per image uploaded) to a database

    Hi PKKSW, Please test the example below Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete. The red code shows you how to get the file info what you need to save into database.(two places can get it) <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: Email notifications?

    Dear seattletype,   Please add the email notification code to the following highlighted place: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on February 16, 2011
  • Re: Uploading / renaming files using Ajax - Newbie question

    Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
    Posted to ASP Uploader (Forum) by Kenneth on November 3, 2010
  • Re: After File Upload page is automatic post.. which i dont want.. i

    Dear appliquertech,   ASP Uploader need to transfer the upload files to the server, so the postback is necessary.   If you just want to prevent it, you can try the code below   <script> function CuteWebUI_AjaxUploader_OnPostback() {  return false; } </script>    If you want to submit the page after all ...
    Posted to ASP Uploader (Forum) by Eric on January 24, 2011
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Hi jerry2,   Please try the example below     <%@  language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
1 2 3 Next >