Reputation: 3490
Actually I want to create a plugin for wordpress and in my custom post type, I wan to create a popup which I append a div element on on document.body. In the document.body there is no form element available, when I checked the code of the web page with firebug, the form element on the web page only exist in the metabox. So, how could I do to add a file upload field to my div.
Upvotes: 0
Views: 138