Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By HeshanKaru1994
#825237
We have a form where you can persist data to pm table for a given user Id if it it is a new record.Here if we have file upload.Based on the selection If the userId is already selected all the details should be autofilled.How to do such scenario with file uploads
#826854
Hi,
You can fill your upload file with trigger:
Code: Select all
$mergeFile = array(
'appDocUid' => '',
'name' => '',
'version' => ''
);

//for multiple file type
@=multipleFileVar005 = array();
@=multipleFileVar005[0] = $mergeFile;

//for single file type
@@fileVar003 = json_encode(array($mergeFile['appDocUid']));
@@fileVar003_label = json_encode(array($mergeFile['name']));
https://pmlearning.info
Thanks
Software Development

Leeway Softech is offering start to finish program[…]

Are you looking for a more intelligent approach to[…]

The 1Win Clone Script is a pre-built solution that[…]

Aviator Clone Script replicates the renowned Aviat[…]