|
Search
You searched for the word(s):
Showing page 48 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Please download the last version.
One of the recent version has this bug.
It have been resolved.
Regards,
Terry
-
Hi,
That error is not caused by the FileUploaded event.
After you refresh the page , do you get same error if you upload a new file ?
Regards,
Terry
-
Hi,
That should be a PHP version issue.
Before we fix the error , you can modify it by your self.
Open CuteEditor_Files/Dialogs/phpuploader/include_phpuploader.php
find this line
$data=base64_decode($filedata,false);
And change it to ...
-
Hi,
Can you select files ?
I think there must be some script error , which prevent the 'return false' to be executed, so the button submit the form.
you can try :
buttonsubmit.onclick=function()
{
try
{
//put the code here
...
-
Hi,
1 , You need confirm the HTML which server generated , or you need try echo(''還需''); . Uploader do not make anything special on rendering the strings. I think that is PHP's issue.
2 , Please try the last version (we updated that recently) , it still not work , we will help you check it deeply.
3 , Flash ...
-
Hi,
Can you post a screen shot ?
Did you catch any JavaScript error ?
Regards,
Terry
-
Hi,
We didn't find any problem on this event.
Can you post some code ?
Regards,
Terry
-
Hi,
The path is passed by a encrypted string and validate again in server side.
If you modified the server setting , you need to load the page again.
Regards,
Terry
-
Hi,
Some of cutsomers also get the firefox Empty issue.
But we just can't reproduce it.
We need time to find the reason.
Regards,
Terry
-
Hi,
Only some version of browsers and IFrame mode can get the full path.
Because the uploader most use Flash/Silverlight , not often use IFrame mode ,
And the Flash/Silverlight do not provide full path information
So the client API just provide the short name.
Regards,
Terry
... 48 ...
|
|
|