Upload file on save ?
Upload file on save ?
nervusdm
Posts: 9Questions: 4Answers: 0
So far I can see, the file image is immediatly uploaded to server.
Sending fields :
action: upload
uploadField: NameOfField
The "id" is not even sent !
I dont like this approach. I would like the file is uploaded only when user save it.
Is there a way to change this ? (i mean, using a config or different js ? )
Answers
At the moment no - there is no option to change this. It is something that we are considering for future, as you aren’t the first to see if this can be changed.
However, regarding the
id
parameter, it is important tor realise that on create the id won’t be available since the id is generated by the server-side (usually the database).Allan