Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi , I am trying to fill a form using the WWW::Mechanize module.
Logged in successfully now I have small form with 4 input fields for text.
and One Drag and drop Document upload option.
How can I upload the PDF file and submit the form ?
After the PDF gets uploaded only then I can see the submit button .
help me.
Image of the form
https://ibb.co/jOsJDQ
Thanks in advance.
when I dump the form bless( { # 'id' => 'chooseupload', # 'value' => undef, # 'name' => 'filename', # 'tabindex' => '-1', # 'value_name' => '', # 'type' => 'file', # 'size' => '40', # 'class' => 'filestyle', # 'style' => 'position: absolu +te; clip: rect(0px 0px 0px 0px);', # 'accept' => 'application/pdf +', # 'data-buttonname' => 'btn-de +fault' # }, 'HTML::Form::FileInput' ),
my perl code
my $mech = WWW::Mechanize->new(); $mech->cookie_jar(HTTP::Cookies->new()); $mech->get($url); $mech->field("id", $username); $mech->field("password", $password); $mech->click(); $mech->set_fields( identifier => [ 'xyzzzzz' ] , ConfirmationEmail => [ 'email@id.com' ] , tmpto => [ '13222222222222' ] , # pdfcreate=> [filename=> "UserAgent_Beschreibung. +pdf", # 'Content-Type' => 'application/pdf'], ); print $mech->content(); $mech->submit_form();

In reply to Upload file and Form filling using the mechanise by smarthacker67

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found