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 trialJason Ho
1,509 PointsI can't upload any files. Whenever I click upload files, nothing happens.
Already downloaded the zip file and extracted everything. Ready to be uploaded into the document except I can't access it because the upload file button doesn't seem to work.
3 Answers
Ry Belisle
5,780 PointsYeah, I ran into the same issue on my version of Firefox. Not too sure on what the issue is, but if you want to just grab the files for your workspace, run the following command in your console:
git clone https://github.com/treehouse/emerson.git
Which will clone all of the files needed into an "emerson" directory on the server that you can use whenever you need them. Just right click the left-side directory listing, select "refresh", and you'll be able to see/move those files.
Brandon Gibbs
9,636 PointsThe simplest way to get this done is to simply click, drag, and drop your files from your file explorer to the workspace. You'll see a little box appear in the bottom left of the workspace that says something to the effect of, "Drop files here to upload".
Lukas Smith
4,026 PointsWhat You want upload ? From computer to server using FTP ? or you have application running on server and you try upload file for example like profile photo ? it could be problem with directory rights. Change chmod 777 and try again