|
Search
You searched for the word(s):
Showing page 171 of 381 (3,805 total posts)
< 1 second(s)
-
Hi dmathews, Try <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><script runat=''server''> protected void b1_Click(object sender, EventArgs e) { if ...
-
Hi dmathews, Can you try the example I sent above? Does it work for you? If yes, please refer to my code and find out what is the difference with yours. Regards, Ken
-
Hi manpakhong, You can get the select files count by API CuteWebUI_AjaxUploader_OnSelect, it is the javascript function. function CuteWebUI_AjaxUploader_OnSelect(files){ alert(files.length);} Regards, Ken
-
Hi dmathews, Before you get the item, please ensure that the uploader attachment has items there. If uploader1.Items.Count <> 0 Then Dim name As String = uploader1.Items(0).FileNameEnd If Regards, Ken
-
Hi pln4keeps, In the example above, we use a button to start the upload. You can submit your form by this button too. Also you can use the submit button as the start button, then it will submit the form and start the upload and the same time. Regards, Ken
-
Hi gen2prashant, Can you explain the issue in detail? What do you mean not working? Got any error? Is your site online? If so, can you show me the uploader page url? So we can check it for you. Regards, Ken
-
Hi IRHM73, The example below shows you how to save the upload file by method ''CopyTo''. This method allow you handle the file location and the file name. <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
-
Hi pierre, Maybe the outside user has not the write/read permission of the Temp folder. Try give the full permission to user ''Everyone'' of the temp folder. Regards, Ken
-
Hi alecom, For now only support the directory. Sorry for your inconvenience. Regards, Ken
-
Hi alecom, Which layout you are using of Gallery? The comment section is generate by the Code.js file which under each layout folder. All source code is there, so you can change it to show any info you need. The layout folder is \CuteSoft_Client\Gallery\Layout\ Regards, Ken
... 171 ...
|
|
|