|
Search
You searched for the word(s):
Showing page 161 of 231 (2,301 total posts)
< 1 second(s)
-
LTG,
1 - Flash/Silverlight is not a must components. but if the browsers installed it, the uploader would provide better functions.
2 - AjaxUploader are compatible with/without Ajax , please check our online samples, the samples can switch Ajax mode.
3 - You can use any javascript library , but need understand how ...
-
Hi,
Yes, we have done on this issue , providing a friendly message to the users.
Please try the last version.
Regards,
Terry
-
Hi,
We have confirmed that is a design time control rendering issue, and will provide an update in 2-3 days.
Regards,
Terry
-
Brad,
Is your remote server using WINDOWS AUTHORIZATION? Does the IIS disable the ANONYMOUS AUTHORIZATION?
Regards,
Terry
-
Hi,
your code missed the element id 'queuediv' and 'queuedivtablecontainer'
<div id=''queuediv'' style=''display: none;''>
<div id=''queuedivtablecontainer''>
</div>
<div style=''font-size: larger; padding-left: 100px; margin: ...
-
Hi,
You can try the UploadPersistedFile or UploadAttachments .
They can help you hode the file temporary, and then you can use it in other events.
for example , you put an UploadPersistedFile object ID=UploadPersistedFile1 :
void Button_Click(...)
{
//if do not have uploaded a ...
-
Hi
You must move the file before processing it.
And moving the file, is not a problem, I think.
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
string folder = Server.MapPath(''~/MyFiles'');
string savepath = System.IO.Path.Combine(folder, ...
-
Hi,
Can you test this online sample http://ajaxuploader.com/demo/fulltest.aspx ?
The uploader would added .resx to prevent the file be downloaded or executed by implicit permissions.
When you use the Uploader , you need use the properties/methods of the UploaderEventArgs (FileName/CopyTo etc..) to process the ...
-
Hi,
We recommand you follow these steps to do the test :
1. set the 'Flash Vedio Chat Server' to rtmp://cutesoft.net/CuteChat
and then refresh the chat page and test it again.
It should works, that means the CuteChat client side works.
2. try to re-install the RED5 , and try ...
-
Hi,
I am not sure what's the reason.
Maybe it's caused by the windows account or folder security.
You can try these ways:
1. setup the account for the IIS/ASP.NET , set to administrator
2. setup the permissions for the folder
3. move the folder to d:\ (put it into more general ...
... 161 ...
|
|
|