Problem import sc_sample

Hi,

1 - I have downloaded this file sc_201001061055_export_samples.zip.
2 - In Scriptcase v5 I have create a new sc_samples project.
3 - Click on “File>>Import Applications” in the main menu.
4 - I have selected to import the sc_201001061055_export_samples.zip file.

SC return this error:

The dimension of file exceeds the limit supported from PHP

Can someone help me ?

Thank You and Best regards
Gaetano

Re: Problem import sc_sample

Check you file size limits in your PHP.ini and restart server.

Regards,
Scott.

Re: Problem import sc_sample

To be more specific:

Examples:

; Maximum size of POST data that PHP will accept.
post_max_size = 16M

; Maximum allowed size for uploaded files.
upload_max_filesize = 16M

; Maximum amount of memory a script may consume (16MB)
memory_limit = 16M