Fme server 2016
I developed ONE fme file which reads from csv file and writes to csv. I Published this fmw to fme server. If I use Fme server’s user web interface it asks me to upload the csv file and loading to temporary folder and fme server knows this path. its working good.I am using my own web page(image attached) and calling fme server’s URL inside my web application.But when I run this fmw, fme cannot locate the source dataset(csv) in the server. How/ Where can I upload/keep my source csv file in the server ?, So that fme server can locate this filepath when called thru fme server’s url. I copied csv to server path and I redirected my source dataset to this uploaded file, it is not locating and gives error.Can you Please tell me how can I achieve this?