|
Search
You searched for the word(s):
Showing page 15 of 123 (1,230 total posts)
< 1 second(s)
-
Dear nrsharma,
The display name of operator and website visitors is generated from the following method:
public static bool GetUserInfo(string loginName,ref string nickName,ref string password,ref bool isAdmin)
In this method, you can find code ...
-
Dear chintanshah,
After the following highlighted code are executed, files will be uploaded to destination folder on same server, you can handle those files and move them to other server, you can refer to http://www.frihost.com/forums/vt-49107.html
<?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
-
Dear Neeraj,
Please open global.asax, you will find the following method, please update the highlighted code and set the nickname:
public static bool GetUserInfo(string loginName,ref string nickName,ref string password,ref bool isAdmin)
{
loginName=loginName.ToLower();
Hashtable ...
-
Dear Zijkant,
There isn't a known function to handle this,
uploaded files: picProj1_1.jpg / picProj1_2.jpg / picProj1_3.jpg.
These are file name of uploaded files, picproj1 is the file prefix, you can write code to get the ''_n'' . For example, you can read target folder, If you only find one existing file in ...
-
Dear chintanshah,
$targetfilepath= ''savefiles/myprefix_'' . $mvcfile->FileName;
This line means you will save uploaded files to folder ''savefiles'', you can write code to read folder ''savefiles'' and check the total file quantity in this folder.
Thank you for asking
Eric@cutesoft.net
-
Dear chintanshah,
uploader.js is obfuscated code and it is only available for source code license user. Please refer to the following snippet to change the UI:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
-
Dear demmett,
Upgrading is the only solution.
Sorry for inconvenience.
Thanks for your business
Eric@cutesoft.net
-
Dear chrisluo,
Please refer to the following snippet:
<%@ Page Language=''C#'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Dear finalcustomer,
When do you have this issue? Has it ever worked fine?
Please follow steps:
1. Please backup snippets.xml,images.xml,and urls.xml
2. Please uninstall operator client
3. Download Http://cutesoft.net/download/LiveSupportOperatorClient.msi and reinstall the operator client
4. Try it again.
Keep us ...
-
Dear mhmoud,
You can open http://cutesoft.net/example/general.aspx and click ''Insert Media'', if you insert one mp3 file, you can find the following html code will be generated:
<p></embed>
<object codebase=''http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902'' ...
... 15 ...
|
|
|