| Author |
Topic Search Topic Options
|
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Topic: image uploading problem Posted: 18 June 2008 at 10:26am |
|
When I upload an image, I click "insert image" or "File upload" button, then a new window comes, I click "browse" button, select a image file, then click "upload", this uploading window becomes blank, I do not konw why? Is this a bug? Thanks.
|
 |
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 10:27am |
|
the version is 9.50
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 10:51am |
|
The image window should not become blank.
This sounds like it could be a corrupted or modified file. Try reuploading the original RTE_ files again and those in the functions folder.
Also check with your hosting company which upload components they support and check the settings within the admin area under 'Upload Settings'.
|
|
|
 |
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 3:03pm |
the host support Persits AspUpload ,and I set "upload seetings" with this as well.
the blank page said"HTTP 500 INTERNAL ERROR"
|
 |
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 4:13pm |
my host provider help me to test it, it also happened (not every time), got more information from the blank page as bellow (some words were translated by myself coz they were not english), I think something wrong with the scripts, Pls check:
Microsoft VBScript runing error error '800a0005'
invalid transfer or parameter: 'Replace'
/en/forum/functions/functions_upload.asp, line 547
|
 |
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 4:24pm |
the line with error was: (not sure with the red color words )
strTempFile = Replace(strTempFile, Chr(9), "", 1, -1, 1) 'Tabs
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 4:34pm |
|
An error on this line means that the file can not be read in to check for malcious code.
This could be coursed by a number of things. The image you are uploading doesn't actually contain anything, the file name or contents contains non binary data, the file name uses characters that course issues with Windows systems, the locale settings on the server, or just a corrupted file.
First try reuploading the the original files again, if that doesn't help try uploading some different image files and see if you have better results with them.
If you still have issues then it is starting to sound like an incompatibility issue with the server that you are using, which would be odd as not heard of anyone else with this issue before.
|
|
|
 |
lim211
Newbie
Joined: 18 June 2008
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2008 at 5:55pm |
image files can be uploaded, but still same issues happened although I tried different image files.
|
 |