We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c8dc commit 2a1de96Copy full SHA for 2a1de96
src/components/form.js
@@ -384,6 +384,7 @@ export class FormFileInput extends React.Component {
384
let formData = new FormData();
385
formData.append('field_name', this.context.fieldName);
386
formData.append('model_name', this.context.modelName);
387
+ formData.append('uid', this.context.uid);
388
formData.append('coordinates', JSON.stringify(this.props.name.split('-').slice(1)));
389
formData.append('file', e.target.files[0]);
390
0 commit comments