Attachment upload limit problem - 3.6.1 Build 2571
When I do upload attachment only 8000 bytes is uploaded.
Download works fine. I already have files in the database that is larger than 8000 bytes and they works fine when downloaded. So this has to do with the upload.
I run version 3.6.1 Build 2571 but had the same problem on 3.6
I use this setting is the web.config
<httpRuntime executionTimeout="90" maxRequestLength="16384" />
Any clues?
|
Svein Helge
· 1 |
|
| Tuesday, January 19, 2010, 8:33:27 AM | |
0
|
Is that comment attachment or issue ones? |
||||
|
|||||
0
|
|
||||
|
|||||
0
|
It looks like a network related issue (on your server). |
||||
|
|||||
0
|
I have tried it without both antivirus and firewall but have the same problem. |
||||
|
|||||
0
|
Did you check if your database has enough space to grow? |
||||
|
|||||
0
|
The database uses auto growth. 40 MB is free at the moment. If I upload a file with size 8100 bytes or 20000 bytes the file will be 8000 in the database. The size column (contentlength column) do have the correct value.
|
||||
|
|||||
0
|
I have found the problem: If preparesql is set to true I get this problem. If it's set to false everything works fine. <property name="preparesql">false</property> Does this mean that you do have a problem with how prepare sql is handled by Hibernate? |
||||
|
|||||
0
|
It might be. However, we can't reproduce it with the same settings. |
||||
|
|||||
0
|
Web server: IIS V6.0. Database: MS SQL 2005 (9.0.4053) |
||||
|
|||||




