No matter how you try you wont get a file of the given size to upload properly.
The reason is that scriptcase falsely adds a piece:
<form name=“F1” method=“post” enctype=“multipart/form-data” action="./" target="_self"> <input type=“hidden” name=“MAX_FILE_SIZE” value=“5000000” /> <<<<<<<<<<<<<< THIS ONE IS ADDED IT SHOULDNT BE <input type=“hidden” name=“nm_form_submit” value=“1”> <input type=“hidden” name=“nmgp_idioma_novo” value=""> <input type=“hidden” name=“nmgp_schema_f” value=""> Our webser and php ini settings are so that upload of files bigger then 50 MB are allowed (up to 80 MB).
Where is this the marked line added and where can I get rid of this stupid restriction?
Version 8.1.0051