Jump to content
UBot Underground

Bulk Upload Ebay With Http Post Plugin


Recommended Posts

Hi All, i need your help. i'm new with httpost plugin and want to try post a listing to ebay with aymen plugin.


in ebay documentation, i found http header information like this:

POST /path/to/upload/script HTTP/1.0
Connection: Keep-Alive
User-Agent: My Client App v1.0
Host:
Content-type: multipart/form-data;
boundary=THIS_STRING_SEPARATES
Content-Length: 256
--THIS_STRING_SEPARATES
Content-Disposition: form-data; name="token"
12345678987654321
--THIS_STRING_SEPARATES
Content-Disposition: form-data; name="file";
filename="listings.csv"
Content-Type: text/csv
... contents of listings.csv ...
--THIS_STRING_SEPARATES-

can anyone give me an advice or sample script to use http post for this task?

 

Link to post
Share on other sites

Please check this post for uploading content using http post plugin

 

http://network.ubotstudio.com/forum/index.php/topic/19603-http-file-post-save/?p=122419

 

 

Dunno from where you are getting the Token, but make sure to send token, rest will be manage by the upload function, also content type must be "text/csv"

 

 

Hope it helps

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...