Hi
I am trying to create a plugin which will have an administration file uploader. How do I check if the page with the file is submitted inside WP, so that I can run the code to parse the upload directly from WP?
This is not just another image uploader, this plugin will parse docx files, extracting the images and text and then posting this (Tutorials will be uploaded, and this will save a lot of time).
The code for the parser is working, but currently it is a page loaded outside of WP and thus getting back into WP to display the result will be difficult.
Any help would be greatly appreciated.
Jacotheron