Replication of Form method with loadOneTab
If I dynamically insert a form object into a page, submit and remove the form and it works fine. Here is an example of the form code: <form target="_blank" enctype="multipart/form-data" action="https://www.example.com/" method="POST"> <input value="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" name="image_content" type="hidden"> <input value="" name="filename" type="hidden"> <input value="" name="image_url" type="hidden"> </form> When I try to do the same process with loadOneTab() , result POST is not