|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
display form to add supplemental files to an operation var $gDossier (int) dossier var $jr_id (int) jrn.jr_id operation var $cn (Database) database cnx var $dgbox name of the dgbox var $div is the DIV supplement_div_list<?=$div? More...
Go to the source code of this file.
Variables | |
| $dgbox =$http->request("dgbox") | |
| $form_id ="save_file{$div}" | |
| $max_post_size =convert_ini_unit(ini_get("post_max_size")) | |
| $progress ="progress{$div}" | |
display form to add supplemental files to an operation var $gDossier (int) dossier var $jr_id (int) jrn.jr_id operation var $cn (Database) database cnx var $dgbox name of the dgbox var $div is the DIV supplement_div_list<?=$div?
> list of files to update after uploading
Definition in file ajax_ledger+input_file.php.
| $dgbox =$http->request("dgbox") |
Definition at line 34 of file ajax_ledger+input_file.php.
| $form_id ="save_file{$div}" |
Definition at line 35 of file ajax_ledger+input_file.php.
| $max_post_size =convert_ini_unit(ini_get("post_max_size")) |
Definition at line 37 of file ajax_ledger+input_file.php.
| $progress ="progress{$div}" |
Definition at line 36 of file ajax_ledger+input_file.php.