Hi there.
I've got problems with uploading bigger files than 200 Kb. Smaller files go correct, but with uploading larger files it keeps saying: uploading in progress. But it's doing nothing. I'm using ASP.
Anyone an idea?
Thnx,
Leon
I've got problems with uploading bigger files than 200 Kb. Smaller files go correct, but with uploading larger files it keeps saying: uploading in progress. But it's doing nothing. I'm using ASP.
Anyone an idea?
Thnx,
Leon

RE: Problem uploading larger files than 200Kb.
http://fckeditor.wikiwikiweb.de/Troubleshooting
RE: Problem uploading larger files than 200Kb
RE: Problem uploading larger files than 200Kb.
find "ASPMaxRequestEntityAllowed" , and change the value e.g. 51200000(50M) .
reboot IIS.