Good day,
i am tasked to automate the uploading or posting of csv file on website
SSIS Post file to Website that has no directory to upload file but website process and uploads directly to DB
i tried WINSCP & COZYROC but i dont find paths to dump file when navigating on winscp (i only find main index but see nothing)as its a website that select ths file > process the file > then uploads
please how do i do this via a script task, examples
the site http://sw-corpordr.net/AILoader/ > Login > select upload file > then post
source of website uses post:
<formid="j_id4"name="j_id4"method="post"action="/AILoader/page/login.seam;jsessionid=4801"enctype="application/x-www-form-urlencoded">
Ithink its using some JBOSS dev application to manage the website posting
Please help, i am kind of despereate here :(
Thank you