file upload problem

I have a form with 5 Document(Database) fields.
If i upload the 4th one, the update stores the document, what i can see in the Database, but the refresh itself will not be ended. If i try to reopen the form, i got a blank one.
This is only in the production environment, not in scriptcase itself.
So i tried to verify it with a simple editable-grid-form, and it is exactly the same. I could not upload more the 3 files to my DB.

Anyone could help ?

Re: file upload problem

Hello,
perhaps a limitation of filesize upload in ini-file or a timeout of script-runtime ?
This would be my first idea to check …

Which database do you use ??

Regards
Uwe

Re: file upload problem

Hello Uwe,

i use PostgreSQL 9.1

it could not be a filesize limitation as i tried it with files which are 5kb and it happens.

From the Scriptcase environment, i have no problem to upload 10 files with each 1MB to the same DB as in my production environment !