rehost an image to local server - chrome extension - google-chrome-extension

It is possible to rehost an image to local server (for example I using mysql database and wamp server) when user clicking a menu that appear while they do right click ?

I solved my problem with creating my own upload.php that convert the image to BLOB.
I'm sorry i can't explain the detail, I'm not fluent in english. :D

Related

OpenCart not loading properly

Hi guys
Im currently installing opencart
image A.) in the server which i get the error (Linux)
image B.) at my local Computer completely okay (Windows)
I try to to disable page protector by clicking the shield icon at the side of UrL or
disable this security.mixed_content.block_active_content at about:config in my firefox
any idea whats happen to image A?
as i trying things here....
if i go to install/ folder its said
is it the 8081 making things wrong?
thanks even for those who just read this :)
and those who have suggestion to my problem,
big "THANKS" hehehe
change directory permission 764 solved my problem...
You will have to configurate opencart to use https , after you install ,in your admin panel ->system->setting->server put yes in SSL.
regards

Remote image as notification icon in Chrome Packaged App?

I'm writing this app and would like to display Chrome notifications with certain remote images as notification icons.
I am aware that you are not allowed to directly assign the URL of a remote image as the notification icon, so I assume I would first have to download the remote image via some sort function and then use the now local image as a notification icon.
How could this be achieved?
Thanks in advance
Like sowbug mentioned in his comment, this can be done through Data URL.
Documentation and example can be found in Google's documentation at: http://developer.chrome.com/apps/app_external

Broken image in richtext field

In my app I have a richtext field in which I display text and I want to display images too. The images are being displayed perfectly on my local PC, I also have a test server installed on my local PC and that works too.
But when I create a document on the production server, the image is not displayed. Firefox hides it completely and Chrome shows broken image link.
This is the created url on local machine:
http://localhost:86/Folder/Folder/myapp.nsf/xsp/.ibmmodres/persistence/DominoDoc-3-Body/_2_07B23E640790993000318CC8C1257A05.jpeg
This is the url on the server:
http://domain.mk/Folder/myapp.nsf/xsp/.ibmmodres/persistence/DominoDoc-59-Body/_2_06176AD0070E4830003325DCC1257A05.jpeg
I appreciate the help :)
Is your image available for anonymous users? Can it be that the access to the file is the problem?
Ok I finally have sorted this out. It has something to do with the caching or whatnot. If you open the document in the browser right after saving it in Notes, it acts like the image is not actually uploaded. So I refreshed the page after 1-2 minutes and the image is there.

Browser doesn't remember file path when doing multiple uploads

I allow multiple images to be uploaded to my site. They click "Choose Image" and then are presented with a dialog they can use to select an image from their disk. The image gets uploaded and then they can choose another. However, the next time that they click "Choose Image", they have to re-navigate to their images folder. This makes it not much fun to upload many images.
I am currently using Uploadify, but the user says that the same problem occurs when uploading sample images using the Plupload demo page.
The user is using Windows 7 and IE9. I am also using Windows 7 and IE9 and am not experiencing the issue. I have full admin rights with UAC turned off, so maybe that has something to do with it?
Any ideas? Thanks!
Interesting. I found a post on the Microsoft Answers site that seems to suggest adding the site to your trusted sites fixes the problem (for that site)
Internet Options > Security > Trusted Sites
Running Win7 and IE9, I got the same behavior from the Uploadify demo. Adding uploadify to my trusted sites, closing the window and re-opening solved it.

Download images for google chrome extension

i'm trying to build a batch image downloader in chrome. Basically, i will overlay a small download square to each image on the page and user clicks on it to download. Or the user can click to download all images on a page. I'm currently stuck on figuring out how to download the images. The best i can come up with is to use XHR to send the image to another server, the user can then retrieve it there.
If anyone have a solution for me. It would be much appreciated!
Jason
I believe you can XHR the images and using the File API you can store them locally.
Take a look at the following site http://www.html5rocks.com/features/file there are additional resources on the right column that has detailed examples and tutorials. Such as http://www.html5rocks.com/tutorials/file/filesystem/
Mohamed Mansour
This code will do the trick for you: https://gist.github.com/1049553
It's very simple usage of a 'feature' in chrome when you open an image in a new tab.

Resources