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 trialAmandeep Dindral
8,915 PointsI cant upload the jpg files onto workspace. I downloaded them onto my desktop and when i try to drag them into workspace
no "darker" black box appears for me place them. I do not have a column to the left of my workspace like the workspace show in the video does. Mine just say has a think column with all the little navigation icons.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Nick Pettit</title>
</head>
<body>
<header>
<a href="index.html">
<h1>Nick Pettit</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</section>
<footer>
<p>© 2013 Nick Pettit.</p>
</footer>
</body>
</html>
6 Answers
Sreng Hong
15,083 PointsHi
I suggest you to extract all the files and upload it one by one. Also, you should try to reload your browser if needed.
Sreng :)
jason chan
31,009 Pointsopen workspaces drag into the bottom left corner until you see upload.
Amandeep Dindral
8,915 PointsIll try both. Thank you guys! Appreciate the quick feedback.
Amandeep Dindral
8,915 PointsSo I tried both suggestions and still a no go. This is occurring in the code challenge itself. I have no side bar as is shown in the "add image gallery content" video before the code challenge. He drags the images into the side bar and a darker black box appears to upload jpg files but as I stated I do not have a side bar in workspace/code challenge and no matter where I drag the files on workspace nothing happens.
Sreng Hong
15,083 PointsCan you capture the screen for us to see? Did you try with other browsers?
Hope it can help.
Amandeep Dindral
8,915 PointsHi Sreng. I am using Google Chrome. I emailed treehouse and they suggested I try launching the code challenge in an incognito window to disable plugins. This didnt work either.
It is not allowing me to post my screen shot. Do you happen to have an email address I can email it over to you?
Really appreciate your guidance.
Sreng Hong
15,083 PointsHi Amandeep,
You can upload your screenshot on internet and leave the link here. You can also look at Markdown Cheatsheet on how to post screenshot here. If you still has the problem, I am happy to help.
Sreng
Amandeep Dindral
8,915 PointsSreng,
I was able to figure it out. Thank you so much for your help.
For anyone else that may struggle with this part. Launch your own workspace and build your site along side the videos and code challenges. Launching your own Workspace allows you to upload files. Im sure you are not able to upload files onto the code challenge directly.
Hope this is helpful.
Sreng Hong
15,083 PointsYou're welcome