Uploader with Connector and Data Processor

Hi,

Can I use an uploder item type in a form with connector and data processor?

The idea is that automatically upload and save the file in a mysql’s blob field.

Is possible to do this?

Thanks.

Hi

there are two main process:

  1. uploading
  2. save/load data using dataproc

uploading: user select file, press upload button (there also autoStart option), server parse uploaded files and retun some ids/names

dataproc: can only submit returned ids/names when user will click say “save changes” button, it will not upload files