Pass additional parameters with async upload request
-
Hi,
I need to pass some additional parameters with the
async-uploadAjax request, I was able to use the global variableuploaderas below:uploader.settings.multipart_params.my_param = 'somevalue'However, this only works under
/wp-admin/media-new.phpnot elsewhere (e.g: underwp-admin/upload.php). Is there any alternative way to use?
The topic ‘Pass additional parameters with async upload request’ is closed to new replies.