-
Notifications
You must be signed in to change notification settings - Fork 157
Picture can't upload #227
Comments
This is what i see on this link:http://sketch.openingdesign.com/d/iBbsvRO52U Regis, what do you see on your end with this link? |
this is what I see |
seems like it happens with just one image too: Regis, what do you see on your end? |
here is another example of this issue |
Hey @theoryshaw. Have just had a little play around with images on my instance. You're not getting a 413 Request Entity Too Large error in your javascript console are you? |
let me know if i got the right info here:....
|
Do you want to just try with some smaller images and see if you get the same problem? I'm not somewhere I can test ATM |
yes, from what i can gather from other experiences, it looks like the problem might be related to larger images, as well as the number of images uploaded into a drawing instant. The threshold, however, from what i have seen, is pretty low. I'll throw out some more examples... stand by |
a test on multiple smaller images: http://sketch.openingdesign.com/d/mYR6BrKkke |
image size tests:... http://sketch.openingdesign.com/d/galaxy%20-%2011000 - didn't even upload source of images: https://dl.dropboxusercontent.com/u/7117445/temp/Galaxy%20-%20source%20images.zip |
On my own testing of the seven links posted by Ryan above, the first 3 links do not load, while the remaining 4 links do load. so the only difference here from my end is that the 3rd link doesn't load as it did on Ryans tests. |
What happens if you clear your session data in chrome (Settings -> Show Advanced Settings -> Content Settings... -> All cookies and site data -> find sketch.openingdesign.com -> Local Storage -> Remove). Would be interesting to find out how big your local storage is atm. The limit is between 5 and 10MB. The only limit I have hit so far is the 413 Request Entity Too Large error, which can be fixed (in theory [haven't tested]) (http://stackoverflow.com/questions/19917401/node-js-express-request-entity-too-large). If you are bursting your Local Storage bank, the thing would be to look at why draw is storing stuff in Local storage and if/when it is clearing stuff from it. |
How do you go in uploading stuff now? Hopefully that should get rid of the error you were having. |
@kingregis cleared local storage as well and created the following new instances and uploaded these floor plan pngs, but i was unable to see them on my end. http://sketch.openingdesign.com/d/AOx9mdSaJK |
Exactly, and to upload pictures, I simply drag them into the browser window of the new etherdraw instance. |
Just had a look on your server. Tidied the processes - seemed to be two running. Managed to get two images uploaded onto http://sketch.openingdesign.com/d/AOx9mdSaJK (takes a while to load). When I try and load a third I get this on the server:
|
When uploading more that one picture on a page, the screen etherdraw can't upload all the pictures on the other users link.
The text was updated successfully, but these errors were encountered: