Search

You searched for the word(s):
Showing page 171 of 381 (3,805 total posts) < 1 second(s)
  • Re: How do I code for single file manual upload?

    Hi dmathews,&nbsp;Try &nbsp;&lt;%@ Page Language=''C#'' %&gt;&lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt;&lt;script runat=''server''&gt; &nbsp;&nbsp; &nbsp; &nbsp; protected void b1_Click(object sender, EventArgs e)&nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; if ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 15, 2012
  • Re: How do I code for single file manual upload?

    Hi&nbsp;dmathews,&nbsp;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.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on February 15, 2012
  • Re: if I select multiple files, can I know how many files I have selected?

    Hi manpakhong,&nbsp;You can get the select files count by API&nbsp;CuteWebUI_AjaxUploader_OnSelect, it is the javascript function.&nbsp;function CuteWebUI_AjaxUploader_OnSelect(files){&nbsp; &nbsp; alert(files.length);}&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to PHP File Uploader (Forum) by Kenneth on February 15, 2012
  • Re: How do I code for single file manual upload?

    Hi&nbsp;dmathews,&nbsp;Before you get the item, please ensure that the uploader attachment has items there.&nbsp;&nbsp;If uploader1.Items.Count &lt;&gt; 0 Then&nbsp;&nbsp;&nbsp;&nbsp;Dim name As String = uploader1.Items(0).FileNameEnd If &nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on February 15, 2012
  • Re: Other Form Elements?

    Hi&nbsp;pln4keeps,&nbsp;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.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP Uploader (Forum) by Kenneth on February 14, 2012
  • Re: PHP Uploader is not working with .htaccess

    Hi&nbsp;gen2prashant,&nbsp;Can you explain the issue in detail? What do you mean not working? Got any error?&nbsp;Is your site online? If so, can you show me the uploader page url? So we can check it for you.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to PHP File Uploader (Forum) by Kenneth on February 14, 2012
  • Re: Copy File Guid or Combination Of Both To Server Folder

    Hi IRHM73,&nbsp;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.&nbsp;&lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt;&lt;?php session_start(); ?&gt;&lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Kenneth on February 14, 2012
  • Re: FLM Error:12030,

    Hi pierre,&nbsp;&nbsp;Maybe the outside user has not the write/read permission of the Temp folder.&nbsp;Try give the full permission to user ''Everyone'' of the temp folder.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on February 14, 2012
  • Re: Imagelist

    Hi alecom,&nbsp;For now only support the directory. Sorry for your inconvenience.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on February 14, 2012
  • Re: Showing additional data

    Hi alecom,&nbsp;Which layout you are using of Gallery?&nbsp;&nbsp;The comment section is generate by the &nbsp;Code.js file which under each layout folder. All source code is there, so you can change it to show any info you need.&nbsp;The layout folder is \CuteSoft_Client\Gallery\Layout\&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on February 14, 2012