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

i have the basic subscription, currently working on a course but unable drag images into my work space.

do I need to upgrade in order to drag files onto workspace?

i doubt you need to upgrade to do so. i just started on treehouse today and am experiencing the same issue. i have contacted support about it. i think this is a livesite issue, due to the fact that i have reviewed all the forum topics related to this and have tried all the possible resolutions to this issue with zero results. chrome does seem to make a connection with their text editor but mine is stuck on uploading mode.

2 Answers

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.

Thank you, I will give it a try.