Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload'A=0
More Search Options
Showing page
129
of
656
(
6,557
total posts)
< 1
second(s)
Re: Progress bar and uploaded file name box dessapear
Hi calwest0, Can not keep the progress bar, it only use for file uploading status. If you want to show the upload file info after uploaded, you can use the "UploadAttachments", like below. <CuteWebUI:UploadAttachments ID="Attachment1" runat="server" > ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 8, 2013
Re: Any way to use Image Gallery as just a file uploader ?
Hi m3jim, The gallery does not support to only shows the upload button for now, the best way it hide the create category menu and hide all context menus in the admin panel, then the user only can use the upload button in the admin panel. If this works for you, then please tell me, so I can show you the full steps to hide the ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
March 27, 2013
Re: SQL Server AjaxUploaderTemp Folder
HI NewmanJerry, You can delete the temp files directly after you save the upload ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 14, 2013
Re: CSS style and Cancel All Uploads button
Hi, If you just need to hide the cancel all button, please add the style code below into your page. <style> .AjaxUploaderCancelAllButton { display: none !important; } </style> If you need to custom the whole queue table style, then you ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
Re: How can I change SaveDirectory dinamically through javascript function ¿?
Hi, I suggest you handle the upload file store location by method "Copyto", like the exmaple ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 31, 2012
Re: Adding fields and saving to DB
Hi shafi01, Please try the example below. You can save the upload file name when page postback. <?php require_once "phpuploader/include_phpuploader.php" ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 10, 2012
Re: Numero maximo de uploads no mvc3
Hi dieos, You can limit the select files number by property ''MaxFilesLimit''. <CuteWebUI:UploadAttachments runat=''server'' ID=''UploadAttachments1'' MaxFilesLimit=''12''> </CuteWebUI:UploadAttachments> If you need to limit the total numbers of the upload file, ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 21, 2012
Re: I need a code to uplaod documents and pdf's to my email address
Hi james2012, 1. You can handle the upload file extension by property ''AllowedFileExtensions''. $uploader->AllowedFileExtensions=''docx,pdf,jpg''; 2. You need to write your own method to achieve the send mail function. The php uploader just a upload control, has not that function in-build. You can refer to ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 29, 2011
Re: Uploaders appears to stop running at Render() statement
Hi bbaldrober, Can you create an example page which can reproduce this issue, and send it to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible. Does the example page below works for you? <%@ language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
December 27, 2011
Re: Guidance needed - not sure which uploader type to use!
Hi Tawl, I suggest you use the UploadAttachments control, it allow to get all upload files back by porperty ''Items''. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 19, 2011
More Search Options
« First
...
< Previous
127
128
129
130
131
Next >
...
Last »