That question is related to my previous "post". We get an Chrome Extension that inject an upload button inside the page of the client.
We inject jquery upload to upload file when the user choose them. Now with the latest update from Google, we are not more able to CROSS side call to our server. We need to do it in the background.js.
But how can we inject a "upload file" inside the content.js and execute the upload into the "background.js" ?
Just for more explication, we do not need to upload file into popop.js like this post suggest. We need to contextualized the "upload" file button in a page.
What workaround could be used ?