Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
damon patron
4,692 PointsApp Questions
is it possible for someone to create an app, where you can upload videos to but it doesnt have a website its just an app connected to the net or to a server to be able to store the videos
5 Answers
Yves Soete
Courses Plus Student 2,402 PointsYes.
damon patron
4,692 Pointscan you please describe how or point me in the right direction on finding out the information i need to develop that such app please
Paulo Oliva
2,968 PointsTry into looking at MySql! :)
First you need an interface that will communicate with your app. That way when you decide to upload a video then the app communicates to the database and then it stores such information.
Later on when you want that information to be retrieved, then you can just send a query to the database to "pull" that information and be able to display anywhere you want (In that case in your app perhaps!)
Cheers!
damon patron
4,692 Pointsthanks
Amit Bijlani
Treehouse Guest TeacherDepends on the server side component. For example, you could integrate with the Youtube API to capture video on the phone and upload it directly to Youtube. See this example: http://urinieto.com/2010/10/upload-videos-to-youtube-with-iphone-custom-app/