We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

store and retrieve screenshot to local storage

Home Forums Puzzles store and retrieve screenshot to local storage

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #34064
    mitu8281
    Customer

    I need to simply email my product with some color information along with the screenshot of the product to a specified address.

    some text + screenshot (image) emailed. ideally it be in pdf format.

    can you direct me to an example doing this or guide here please.

    Thank you in advance.

    #34065

    Hi,

    Please check out the example called “Ring”. It uses Verge3D WordPress plugin which can send emails.

    Chief 3D Verger | LinkedIn | Twitter

    #34371
    mitu8281
    Customer

    Dear Yuri,

    Is it possible to email the screenshot without the WordPress plugin
    just simply email the screenshot to a specified email.

    Regards,

    #34373
    mitu8281
    Customer

    Can you please direct me to a tutorial on ring example?
    I cant seem to figure out how “ring” example is working?

    Regards,

    #34450

    The browser cannot send emails without help from a backend. But the user still can download the screenshot and email it manually. There is no tutorial on the Ring demo, sorry, but you can inspect the Puzzles for this demo.

    Chief 3D Verger | LinkedIn | Twitter

    #34471
    mitu8281
    Customer

    Access to XMLHttpRequest at ‘https://www.example.com/select/upload/’ from origin ‘http://localhost:8668’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

    trying to simply save to snapshot on the sever, how do i allow the access ?

    #34472
    mitu8281
    Customer

    and also this please
    Blocked opening ‘https://www.example.com/’ in a new window because the request was made in a sandboxed frame whose ‘allow-popups’ permission is not set.

    #34494

    can you elaborate / post some screenshots of your puzzles setup?

    Chief 3D Verger | LinkedIn | Twitter

    #34566
    GLiFTeK
    Customer

    I’ve used “localforage” to save screenshots to local storeage.
    Wouldn’t a simple html email link that somehow includes the stored screenshot work?

    The verge example project with the framed image sends an image to a server, to be added to the scene, then updated.

    I think there’s an answer in this regarding what I mentioned.

    (I’d like to share my localForage system I have working, but may take some time, it’s mostly saving scene object property values, and coords to a csv locally with a screen shot to act as a thumbnail for the saved state of user’s progress)

    #34808
    mitu8281
    Customer

    Access to XMLHttpRequest at ‘https://www.select.cmabiz.com/wp-content/uploads/verge3d/screenshots’ from origin ‘https://select.cmabiz.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
    visual_logic.js:530 POST https://www.select.cmabiz.com/wp-content/uploads/verge3d/screenshots net::ERR_FAILED
    sendData @ visual_logic.js:530
    (anonymous) @ visual_logic.js:845

    Can seem to fix this have tried reading everything on the Forums.

    Attachments:
    You must be logged in to view attached files.
    #34811
    mitu8281
    Customer

    @gliftek Can you please help, i have been stuck on this to so long now.

    All i need to do is:
    Save screenshot and a simple line of text to Local Storage (probable solution)
    Open a Form in another tab with screenshot and text filled already
    User fill in the information
    Screenshot, Text line, info in form –>> emailed to a a pre-specified email address simple post to php on server.

    Million thanks in advance if you can guide me on this please

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.