Which browsers have you tested? What's the version of CKFinder? Is this a new install or it was working correctly previously? What's the OS of the server and version of IIS? Are you able to correctly upload files using other scripts? Have you tested the asp wizard: viewtopic.php?f=10&t=13604?
Use the following browsers: - Internet Explorer 6,7,8 and 9 - Chrome - Firefox
CKFinder version used by the server is 1.4.3. The installation was done previously, approximately 2 years and worked without problems and I have the drawback from yesterday. The server uses Windows Server 2003 and IIS 6. I used to load aspupload file without inconveniences with CKFinder. I could not test the wizard as it is not the folder on the server
Attached is a picture of how the file is loading and does nothing more
If it was working previously then you should check what has been changed recently on the server. Maybe some patch, some change of users/permissions, ...
The wizard isn't available in the CKFinder install, you must download it from the linked thread, extract it under CKFinder and then follow its instructions, it usually is able to tell what's wrong very quickly, although in your case I'm a little worried that it might fail because it's tuned to work with the latest version of CKFinder and so it might not work with the older version.
Besides that, if you use some tool like Fiddler, Firebug or the development tools of Chrome you should be able to get the response of the server when the upload starts, I guess that it's returning some error but you can't see it.
You should expand the POST in the log to check the response, but it's just 13 bytes long, that doesn't look good. I can't see the http status, but I think that it will be some kind of "invalid" or "denied" response due to a filter at the server that sees an .asp upload and denies it.
Can you check if you can upload that same .asp file using a normal form outside of CKFinder?
Re: asp file upload problem
Can you provide some other info:
Which browsers have you tested?
What's the version of CKFinder?
Is this a new install or it was working correctly previously?
What's the OS of the server and version of IIS?
Are you able to correctly upload files using other scripts?
Have you tested the asp wizard: viewtopic.php?f=10&t=13604?
Re: asp file upload problem
- Internet Explorer 6,7,8 and 9
- Chrome
- Firefox
CKFinder version used by the server is 1.4.3.
The installation was done previously, approximately 2 years and worked without problems and I have the drawback from yesterday.
The server uses Windows Server 2003 and IIS 6.
I used to load aspupload file without inconveniences with CKFinder.
I could not test the wizard as it is not the folder on the server
Attached is a picture of how the file is loading and does nothing more
Attachments:
Re: asp file upload problem
The wizard isn't available in the CKFinder install, you must download it from the linked thread, extract it under CKFinder and then follow its instructions, it usually is able to tell what's wrong very quickly, although in your case I'm a little worried that it might fail because it's tuned to work with the latest version of CKFinder and so it might not work with the older version.
Besides that, if you use some tool like Fiddler, Firebug or the development tools of Chrome you should be able to get the response of the server when the upload starts, I guess that it's returning some error but you can't see it.
Re: asp file upload problem
Make a debug with Chrome and gave me the following error:
Attachments:
Re: asp file upload problem
You should expand the POST in the log to check the response, but it's just 13 bytes long, that doesn't look good.
I can't see the http status, but I think that it will be some kind of "invalid" or "denied" response due to a filter at the server that sees an .asp upload and denies it.
Can you check if you can upload that same .asp file using a normal form outside of CKFinder?