Cannot upload images to the web site using windows 8

Every day I download pictures on a website and these days I can do it right the first time. After that when I try to browse again to load another picture and press the button browse and I start to browse the photo folders, it seems if my file was empty. Any suggestions

Hey Elliot,

Thanks for the reply.

Method 1: Run the Internet Explorer performance Troubleshooter and check if it helps.

a. press theWindows key + W on the keyboard.

b. typeTroubleshooting in the Search box and press enter.

c. selectTroubleshooting. Click on show all and select Internet Explorer Performance.

d. clickNext and follow the on-screen instructions.

Method 2: Open Internet Explorer in any mode of modules and check whether the problem is resolved.

Check out the link:

Manage Add-ons in Internet Explorer

http://Windows.Microsoft.com/en-us/Internet-Explorer/Manage-Add-ons#IE=IE-10

Hope this information helps. Answer the post with an up-to-date issue report to help you further.

Tags: Windows

Similar Questions

  • How can I PDF scanned or pages of the Web site using HP Officejet ro 8600?

    How to make the scanned PDF files and information on the Web site using a HP Office Jet Pro 8600?

    Hello zenshemag,

    Thank you for being an active member of the HP supports the community.  I understand that you do not want to change the type of your files scanned as pdf document.

    If you have analyzed the issue as a document it should have it scanned in pdf document. If you scan pictures and prefer them to be a pdf document, please select the type of document, then it will scan the picture in pdf format.

    If this isn't what you're asking, then there are of many available online free pdf converters. Each has its advantages and disadvantages so I recommend you research before you choose one that will work best with your needs.

  • I have a Mac Book Pro, which does not include a CD slot and I bought the Suite Adobe 6 CD. Download the program from the Web site using my serial number?

    I have a Mac Book Pro, which does not include a CD slot and I bought the Suite Adobe 6 CD. Download the program from the Web site using my serial number?

    Hi Haley,

    Please download Creative Suite 6 applications

    Kind regards

    Sheena

  • Cannot update or load the Web site.

    Hi, my name of Chris and I bought a MacBook Air off of eBay about 2 years ago and I decided to use it and I noticed that I was on the version of Mac OS X 10.6.8 and he decided to search for software updates. As soon as I tried to check, he would fail and a pop up appears saying "Update software cannot verify updates due to a network problem". I am absolutely convinced that my internet connection completely works because I just got about 1 week ago. I am sorry to ask a lot, but another problem I have is that whenever I go online, some site not loading and under him, it appears "ERR_EMPTY_RESPONSE". On the Web site like YouTube and Apple Discussion of work. It would help if someone could help me solve these 2 problems.

    You have access to another network where you can see if you still have the same problems? This will help determine if there is a problem with the network or computer.

    Did you reboot / reset the router?

    Connection to the problems of the App Store

    Connection to the problems of the App Store (2)

    Safari - no support for third-party modules can cause Safari to suddenly quit, or have performance problems

    Safari does not load a page or webpage elements are missing

    Safari / other browsers - Web site does not

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode

  • get the Bitmap Image of the web site or remote location

    Hi, yesterday I asked for some ease of image horizontal scorlling with blackberry. It's work very well. Thank you for all.

    But I could not do my job. What I need, that I have to get the Image from a web site (not in the project of ths) and display it in the BB device. I can do this and I get byte array and show the image using BitmapField. But this installation of scrolling does not work with the bitmap field.

    Is is them possible to get my web site dynamic images of the Bitmap object?

    Here is the code that you sent me.

    // ------------------------------------------

    package com.falseflag.blackberry.recipes;

    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.container.MainScreen;

    class ScrollingImageRecipe extends UiApplication {}

    private class ScrollingImageScreen extends form {}
    private static final int HORZ_SCROLL_FACTOR = 10;
    private static final int VERT_SCROLL_FACTOR = 10;

    Bitmap bitmap;
    int left = 0;
    high int = 0;
    int maxLeft = 0;
    maxTop int = 0;
           
    public ScrollingImageScreen() {}
    bitmap image = Bitmap.getBitmapResource ("test.png");
           
    If (bitmap == null) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    Dialog.Alert ("Failed to load image");
    System.Exit (0);
    }
    });
    return;
    }
               
    If (bitmap.getWidth () > Graphics.getScreenWidth ()) {}
    maxLeft = bitmap.getWidth () - Graphics.getScreenWidth ();
    }
               
    If (bitmap.getHeight () > Graphics.getScreenHeight ()) {}
    maxTop = bitmap.getHeight () - Graphics.getScreenHeight ();
    }
    }
           
    protected void paint (Graphics graphics) {}
    If (bitmap! = null) {}
    graphics.drawBitmap (0, 0, Graphics.getScreenWidth (), Graphics.getScreenHeight (),
    bitmap, left, top);
    }
    }
           
    protected boolean navigationMovement (int dx, int dy, int, int time status) {}
    left += (dx * HORZ_SCROLL_FACTOR);
    top += (dy * VERT_SCROLL_FACTOR);

    If (on the left< 0)="" left="">
    If (upper-< 0)="" top="">
    If (left > maxLeft) left = maxLeft;
    If (top > maxTop) top = maxTop;

    Invalidate();

    Returns true;
    }
    }

    Public Shared Sub main (String [] args) {}
    ScrollingImageRecipe app = new ScrollingImageRecipe();
    app.enterEventDispatcher ();
    }
       
    {ScrollingImageRecipe()}
    pushScreen (new ScrollingImageScreen());
    }

    }

    //-------------------------------

    Please be so kind to give me a solution for this issue.

    You can use a browserfield to display web content in your application.  Take a look at the browserfielddemo provided with the BlackBerry JDE for example

    If you ask how to connect to a web site, please see the httpdemo.

    This example shows how to create a scrolling image field.

    -Creates a scrolling Image field
    Article number: DB-00681

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

  • Text published on the Web site using edge animate appears dirty

    I decided to design an entire website using Adobe Edge animate that I know very little coding and I need the Web site are very interactive. However, the text that I publish on the website seems dirty and not clear/no crispy visually. Could you please help me solve this problem?  Here's a screenshot for your reference:

    smudged Text issue.png

    The original and the screenshot is actually quite similar. I think the problem was that the text was be stretched to fill the page in the browser. Its now fixed.
    Thanks for your comments.

  • Difficulty in interacting with the Web site with Windows 8 and touchscreen

    I am trying to interact with a website (www.khanacademy.com) to work on my math skills and I meet a lot of frustration.

    One of the things that Khan fact is that it is an interactive learning site, but when I try to interact with the notebook on the Web site through my touch screen it's just little dots. Also when I try to select and drag a shape to rearrange in a group I can move the form around a 1/4 inch and then the age of the web moves as I tried to move the page. And if I try to double-click the form it zooms in on the page.

    Can someone help me with this? I really need to be able to work on my math stuff, and one of the reasons for which I received a computer with a touchscreen was if I could interact with this type of websites.

    I want to x 360 HP TouchSmart running Windows 8.1

    Altogether.  Khan must references these two pages to find out how to program their site correctly:

    Setting the touch-action property

    Prepare your site contact

    Guidelines for the construction of touch-friendly Web sites

  • Using CF to save Images for the Web site on Local hard drive

    I would create a code to automatically download and save on my hard drive, once their names are returned from a query of database of jpeg images. Is it possible to do using CFMX 7?

    For example, here are the steps that I needed to have done:

    1. go to the specific url for example. http://website.com
    2 query a database to get a list of the names of image such as image1.jpg, image2.jpg, image3.jpg
    3 copy the images from the site (since I know the root of the directory where the images are stored) on a local hard drive.

    I don't have ftp access on the site, just a list of names of the image. Users will have windows xp as the operating system. Because there will be more than 100 images, I don't want to have users asked to record the images every time.

    In fact, I was able to create a work-around. I created a page that dynamically displays all the images that are returned in the query. These images were then automatically placed in the Cache of IE were I managed to consume them. Thanks for the other option, if!

  • How to put the SMS PHP script on the Web site using adobe DreamWeaver

    Where should we found a site that is easy to love your HTML codes with PHP scripts to receive or send TEXT messages? [suspect URL removed by Moderator] so we saw this Web site?

    [suspect URL removed by Moderator] Talking about how to skip the check for text Messages on a Web site, but it is possible to intergrate such a script in PHP coded in a designed HTML tag or the designed Web Adobe Muse site

    You could, but my favorite workflow is to use Dreamweaver for the entire project.  Muse code is very messy work with.

    Nancy O.

  • News headlines for RSS feeds on the Web site using Java

    Good evening
    I'm interested in showing the post titles of blog titles on our Web site. (RSS feeds would be converted, etc..) I found generators free plug-and-play javascript that will do it, but they give me validation errors and were not ideal. I found a file, .jsp, who says he'll do the job , but he didn't.

    Anyone have experience with this or know something that works? I would like to welcome myself to the script if possible. PHP is not an option for me.

    Thank you
    Nick

    FYI: Java is not a shortcut for JavaScript. Here are two completely different programming languages.

    To answer your question on the extraction of feedingstuffs in JavaScripts,
    I use it on my site. It works very well.
    AJAX Google feedfetcher - requires you to have a Google API key #.
    http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm

    or this one:
    Power roller - generating javascript for news feeds, including Web sites:
    http://www.FeedRoll.com/RSSViewer/

    Nancy O.
    ALT-Web Design & Publishing
    www.Alt-Web.com/

  • Cannot add files to the Web site

    Help. I sent a technical support for Macromedia and phoned my ISP. Neither helped.
    I lost my computer two years ago and had to download files from the server of my current computer. I didn't know how do to set up a local root, and Dreamweaver MX 7.0 folder seems to work directly on the files; I select them from the files Panel, make changes and "save all".
    The problem is, I have no idea how to download non html files which are new. The site has an image file and an audio file, but I can't open the images or the sound of in Dreamweaver to ftp. What I am doing wrong?

    (1) one - have you "defined a site" for this project?

    (2) have you entered the correct information in the server side remote of this site
    definition?

    > Do has 'site view '?
    > All my options-"get", "put" etc are grayed out.

  • Unable to access several Web sites using Windows 7 regardless of browsers

    In recent weeks, I am unable to access several Web sites i.e., microsoft, linkedin, msn, etc., using windows 7. This doesn't work for all browsers.

    I get the following message while trying to launch some Web sites.
    ==============================
    This page cannot be displayed
    • Make sure that the web address http:// is correct
    • Look for the page with your search engine
    • Refresh the page in a few minutes
    Solve connection problems
    =============================
    Whereas, I can access all Web sites by using another laptop that runs Windows XP.
    Enjoy, if someone can help me solve this problem.

    Best regards

    Did you check internet connection on your PC? The question arises even after the wired or wireless internet connection?

  • errorId:0x800CCC0E when sending by e-mail of personal web sites using Windows Live mail

    I can send emails from hotmail or gmail, but not of personal web sites on ix web hosting or winhost. I use windows live mail and have security essentials 2011 with vista ultimate 64.eu is the error message. Verizon Fios is my internet provider. I had Brighthhouse Net, which worked well. I am also using IE 9 beta.

    Subject 'test email from xxx '.
    Server: 'mail.yyy.org '.
    Windows Live Mail error ID: 0x800CCC0E
    Protocol: SMTP
    Port: 25
    Secure (SSL): No.
    Socket error: 10060

    David

    Hi David,

    The question you have posted is related to Windows Live Mail and would be better suited to Windows Live help community. Please visit the link below to find a community that will provide the best support.

     

    Azeez Nadeem - Microsoft Support [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

  • Edit the Web site using Adobe Muse CC (was: my web site)

    My site was designed using Muse. I want to be able to edit my site, but I thought that this will mean me download the program, is this correct. I'm not a computer fundee but could certainly change my site if could get.

    Thank you

    Peter

    Ask your designer if the "browser edition" feature is available for the parts that you want to change.

    Sites of muse aren't very well transferable in another edition of web programs. Muse is designed for coders and so its code is complex sort.

    Fenja

  • Stop Firefox from the stop pop-up ads on the Web site used every day

    When I select a link to a website used by day, Firefox said it blocks a popup window. I want to stop Firefox to do what I'm going on these sites every day and am tired of this irritating.

    Hello

    Firefox pop-up blocking settings are in the preferences - have a look in the Edit menu, and the tab content contains your popup blocking options. You should be able to solve the problem by adding the site that you are interested in the list of exceptions. Take a look on the article about it here.

Maybe you are looking for