basic file upload api

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
Has anyone been able to create a basic api to upload a simple file ?

like we know there is a apikey field in the users table

From what it looks like, the archive manager plugin utilizes the api to upload the file

so it looks like there is a way to create a simple php file where say on your server you have

cd /home
ls -al file.zip

you have a file.zip

and then from there, you can type say..

php yetiuploader.php /home/file.zip

and yetiuploader.php is a basic thing that takes predefined api key that you define, predefine username, and uploads file.zip onto the system

how much would it cost for someone to make this ?
 

sukhman21

Member
YetiShare User
YetiShare Supporter
Jan 26, 2015
508
3
18
i have an API for remote file upload.. costed me $50 but this would be tricky when uploading large files and hence more expensive than $50.
 

fatality43835

New Member
YetiShare User
Apr 10, 2014
11
0
0
I'm disappointed there isn't an already available way to upload a file using the API or otherwise.