Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
40
of
325
(
3,244
total posts)
< 1
second(s)
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: How can I make the text property render html?
Hi davideo7, You should encoding you html and than paste into editor. Please try the example below. <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> <link rel=''stylesheet'' href=''php.css'' ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
June 5, 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: Custom Progress Template - Can I get *minutes* remaining?
Dear srotkin, Please refer to the following snippet: <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ 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
May 2, 2011
Re: Progress refresh rate
Hi rganges, Refresh rate can not be changed(it less than one second). If user using Silverlight mode to upload, it will update every 64KB. And you can custom the progress template to show the upload info, so user know it is uploading. How to custom progress template ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 14, 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: Adding a custom button to CuteEditor
Dear Romain, Jeffery135's solution works fine, you can also try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
March 2, 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: How can I modify the ajax uploader's internal queue?
Hi ssoutrs, Please try the example below <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
November 10, 2010
More Search Options
« First
...
< Previous
38
39
40
41
42
Next >
...
Last »