Right now i am storing files inside public directory in my application.
I want to upload file to specific path like http://uploadfacility.com.
I have a login and password for that specific path.
http://uploadfacility.com/test?username=test1&password=test1
How may i store files to specific path outside my application.
I need to modify :storage or anything else ??