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

HTML How to Make a Website Creating HTML Content Structure the Image Gallery

Please Fix this workspace problem

It won't let me drag the pictures into Workspace Please fix this so I can go on to the next step,

Kevin Seagrave
Kevin Seagrave
9,508 Points

I have to make sure that I extract files to another folder it won't let me add files from zipped folder not sure if this is a similar problem

2 Answers

Lauren Stuckey
Lauren Stuckey
12,428 Points

Hi Darrius, Do you have the sidebar visible on your workspace? There should be a black sidebar on the left hand side that shows your document tree, which will also allow you to drag and drop images which can then be accessed in your code. However, it is possible that this has been collapsed.

Try hovering your mouse over the left side of your workspace window until you get a two sided arrow, then drag out the left side to reveal the sidebar. Once that is visible, you should be able to add images to your workspace.

Best of luck!

I found the problem. The workspace is using SSL (https) but when you try to use the workspace to upload files one of the requests it makes is not secure. All modern browsers are designed to prevent this from happening because it is a security issue. I've brought it up with customer service so hopefully they will fix it.

A temporary fix is to look in the url bar of the browser window where your workspace is loaded. There should be some kind of icon that notifies you that the browser is trying to make non-secure requests. To allow your workspace to upload in most browsers you can right click on it and say allow/load non-secure/unsafe content. Often this icon is a shield or something red in the url bar.

Obviously you don't want to do this on sites you don't trust. But it works for me here.