Reply
 
Thread Tools Display Modes
Old 15th Feb 2012, 05:37 AM   #1
Member
 
jasoothai's Avatar
 
Default what is api upload? Please explain

anybody explain in brief...
jasoothai is offline   Reply With Quote
Old 15th Feb 2012, 05:41 AM   #2
Member
 
Apathetic's Avatar
 
Website(s):
imdber.bot.nu
Default

When you request/submit some stuff from/to them, they will return relevant information in a specific format (eg. json,xml,etc.) With the help of an API, it would be easier integrating their services into applications/programs/scripts. You can check this.
Apathetic is offline   Reply With Quote
Liked by:
jasoothai (15th Feb 2012)
Old 15th Feb 2012, 05:53 AM   #3
Member
 
nEw_boY's Avatar
 
Website(s):
SourceParadise.com MobileMaster.org
Default

Learn something about API first.
http://en.wikipedia.org/wiki/Applica...ming_interface
nEw_boY is offline   Reply With Quote
Old 15th Feb 2012, 08:08 AM   #4
Member
 
eCoder's Avatar
 
Default

think of as extended support for programmers so that they can do few stuff's easily instead finding out how to do it!
eCoder is offline   Reply With Quote
Old 15th Feb 2012, 08:22 AM   #5
Respected Developer
 
Mr Happy's Avatar
 
Website(s):
wrzc.org
Default

You know when you have a webpage and that lets you do stuff. Like a form to fill out information, upload a file, search for a youtube video, search on Google, find the nearest hospipal to a location on Google maps. Well all these pages that first load up can contain adverts, other suggested information, links to other things as well as all the javascript, css and images to make the page look nice.
When you do something automated theirs no need for all this stuff. A computer or server doesn't care what a page looks like and it's not going to click on an advert. Instead some websites have an API which is like a webpage with only just the basic information that's needed and usually returned in an easy to read computer language.

This make it faster and more reliable to do automated things as you don't have loads of unnecessary stuff getting in the way.

Generally to use an API you need to have some basic level of coding knowledge.
Mr Happy is offline   Reply With Quote
Liked by:
Sp32 (15th Feb 2012)
Old 15th Feb 2012, 08:25 AM   #6
Member
 
Desi_Boy's Avatar
 
Website(s):
eotips.com
Default

nothing a php calls to upload via script to filehost.

mean u don't have to visit website just run script on ur server and upload of files automatically starts

best example :- zoom uploader
Desi_Boy is offline   Reply With Quote
Old 15th Feb 2012, 08:37 AM   #7
Respected Developer
 
Mr Happy's Avatar
 
Website(s):
wrzc.org
Default

Quote:
Originally Posted by Desi_Boy View Post
nothing a php calls to upload via script to filehost.

mean u don't have to visit website just run script on ur server and upload of files automatically starts

best example :- zoom uploader
I'm afraid it's not just a php call. You can use any type of coding language and it doesn't have to be on a server. You can use an API Upload on any device. For example loads of mobile apps upload photos and videos to sites like Facebook, Google+ via their api.
Mr Happy is offline   Reply With Quote
Liked by:
Desi_Boy (15th Feb 2012), jpavsex (15th Feb 2012)
Old 15th Feb 2012, 08:42 AM   #8
Member
 
Desi_Boy's Avatar
 
Website(s):
eotips.com
Default

yeah totally agree with mr.Happy
Desi_Boy is offline   Reply With Quote
Old 15th Feb 2012, 08:43 AM   #9
Banned
 
Loonycgb2's Avatar
 
Website(s):
vaporhostn.com
Default

Since most api is xml and sometimes php get or things like that..

So long as the app or web app has a way of reading the format outputted it will do what it needs to with the information shown..

Thats api in basic form
Loonycgb2 is offline   Reply
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can somebody explain me what is this? anaksr General Discussion 6 22nd Jan 2012 02:01 AM
Someone Please explain this trendsetters7 Forum and DDL Discussion 13 4th Nov 2011 07:10 PM
can someone explain this? Chugi Search Engine Optimization 6 22nd Sep 2011 01:22 PM
Can anybody explain this? Paul Search Engine Optimization 14 4th May 2011 05:51 AM

All times are GMT. The time now is 11:59 PM.