curl-library
curl post
Date: Tue, 30 Oct 2012 20:59:57 -0700
I am using curl to post a form. It failed to return the web page I want. I used a tool to track what the web server post. Below is the detail. I found the real web server always sent a unique string of number, but we only tell curl the names and values of the key words. Will curl work in this situation? Thank you!
POST /ElMMo3/ -----------------------------24464570528145
Content-Disposition: form-data; name="organism"
hg
-----------------------------24464570528145
Content-Disposition: form-data; name="miRNAs[]"
miR-101
-----------------------------24464570528145
Content-Disposition: form-data; name="profile"
colorectal_adenocarcinoma
-----------------------------24464570528145
Content-Disposition: form-data; name="cellType"
custom
-----------------------------24464570528145
Content-Disposition: form-data; name="mRNAUser"
NM_004417
-----------------------------24464570528145
Content-Disposition: form-data; name="mRNAFile"; filename=""
Content-Type: application/octet-stream
-----------------------------24464570528145
Content-Disposition: form-data; name="predict"
Predict miRNAs targets !
-----------------------------24464570528145--
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-31