Problem download/save the photo with MHTML

When you upload a photo to my email in the box on my server (cogeco.ca) and savings to my documents, it is saved with an extension of the MHTML file that I can't open. I tried the photos from two different senders so the problem is my PC or server. I use Save as and the photos were jpeg or tiff, then added the MHTML. How to cause the pictures to be stored as just jpeg or tiff as Envoy?

Well, I communicate with your email provider and then ask what is this format.  This isn't something that seems to be common to all.
 
Steve
 

Hi Steve;

Thanks for the quick response.

When you rename the file did not make a difference.

The name of the file is xxxx_jpt rather than xxxx.jpg, I expect. The description is MHTML Document and the size is between 1 & 2 meg.

I tried to rename aaaa and it does not open

I tried to rename it yyyy.jpg and it does not open

I tried to rename it yyyy.mht and it does not open

Any ideas?

Tags: Windows

Similar Questions

  • Save the Photo on the Gallery

    HelloW forum.

    I have a problem with an application that was rejected during the in-depth review process.

    There is a function in which you can develop a character + a photo and save the photo on the gallery. Everythings works fine, but when you try to retrieve the image of the gallery you get an error.

    How can it help me understand why the images cannot be open later?

    Thank you.

    /*functions for saving the image*/function savePhoto(){  var canvas = document.getElementById("fotoTomadaPizarra"); /*the canvas*/  var dataURL = canvas.toDataURL('image/jpeg');    try{      dataURL = dataURL.replace('data:image/jpeg;base64,', '');      saveFile(dataURL, '/accounts/1000/shared/camera/cc'+Date.now()+'.jpg');   }catch(e){   alert(e);}}
    
    function saveFile(savedata, openat, picker, ext) {    blackberry.io.sandbox = false;    if (ext == null) ext = '';    if (picker != 'picker') {        window.webkitRequestFileSystem(window.TEMPORARY, 5 * 1024 * 1024, function (fileSystem) {          fileSystem.root.getFile(openat, {create : true}, function (fileEntry) {             fileEntry.createWriter(function (fileWriter) {                 fileWriter.onwriteend = function () {blackberry.ui.toast.show('Guardado!');};                 fileWriter.onerror = function (fileError) {blackberry.ui.toast.show(fileError);};
    
                  try{                   var blob = new Blob([savedata], {type : 'image/jpeg'});                   fileWriter.write(blob);               }catch(e){alert(e)}              $.mobile.loading('hide');              document.getElementById("loadingDiv").style.display = "none";});},errorHandler);});}else {blackberry.invoke.card.invokeFilePicker({mode: blackberry.invoke.card.FILEPICKER_MODE_SAVER,directory: [openat],viewMode: blackberry.invoke.card.FILEPICKER_VIEWER_MODE_GRID,sortBy: blackberry.invoke.card.FILEPICKER_SORT_BY_NAME,sortOrder: blackberry.invoke.card.FILEPICKER_SORT_ORDER_ASCENDING}, function (path) {window.webkitRequestFileSystem(window.TEMPORARY, 5 * 1024 * 1024, function (fileSystem) {fileSystem.root.getFile(path+'.jpg', {create : true}, function (fileEntry) {fileEntry.createWriter(function (fileWriter) {var blob = new Blob([savedata], {type : 'image/jpeg'});fileWriter.write(blob);fileWriter.onwriteend = function () {blackberry.ui.toast.show('Guardado!');};fileWriter.onerror = function (fileError) {blackberry.ui.toast.show(fileError);};$.mobile.loading('hide');document.getElementById("loadingDiv").style.display = "none";});});});});}}
    

    I got it.

    I don't know exactly where the problem was. but this has been solved by using another library.

    https://github.com/blueimp/JavaScript-canvas-to-BLOB/BLOB/master/js/canvas-to-BLOB.js

    Thank you for your help and your time.

  • selection of the photo with modified metadata

    I do not automatically let lightroom save metadata in the original photo.

    When I want to ave the metadata changed hand. I have to get the photo with modified metadata.

    y at - it an option to search with modified metadata that are not downloaded int of the original photo.

    Why not create a smart collection?

  • Save the photos after update

    I updated my iphone 5 with the 10.0.2 update of apple's software. Now when I get an email with an attached photo, I don't have this option to save the photo in my camera.

    If you hold your finger on the picture it gives you the option?

  • My IPAD 4 takes great pictures but will not save the photo

    MY IPAD 4 takes great pictures but will not save the photo

    Don't know what your question, but the changes are saved to a file with the extension. AAE. If you are importing photos to a Mac changes will come with photos.

    Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

  • The photos in iPhoto and the same pictures? Is it possible to remove/save the photos to iPhoto?

    The photos in iPhoto and the same pictures?  Is it possible to remove/save the photos to iPhoto?

    Yes, they are literally identical. That is to say, time iPhoto Library and photo library (link) to point to the same files on your drive.

    The two libraries does NOT duplicate these files. If you delete the iPhoto library you will find very little storage space.

    My suggestion would be to leave in place iPhoto library until you have the habit of Photos and know with absolute certainty that all migrated to Photos correctly. Even in this case, you can copy, save a copy on a disk external backup and only remove them from your main drive.

  • anyway to save the photos do not roll in camera?

    Hello

    I have an original iPad 64gig. I have a lot of pictures on it but only 21 or more are imported from the iPad... I guess that they are the only ones in the film. Is it possible to save the photos that aren't in the camera? I have several hundred who are on the iPad and I really want to save on my mac. I don't remember how or where I put them out there at this point.

    Thanks in advance!

    Frank

    Pictures not in the album film have been synced to the iPad to a computer running iTunes on the computer. If you have never synchronized the iPad with your Mac, make sure iPhoto or the application of Photos on the Mac to see if the pictures are already there.

  • Why the Xperia Z3 Compact saves the photos that I open sms messages? Can I disable this?

    When I click a picture received in a message sms on an iphone I have a bigger version of this pic, but it does not save the photo to the photo album. But that's just what happens on the Xperia Z3 Compact. Can I disable this?

    In addition, can I turn off the trasbin for the photos in photos?

    What happens if you try Hangouts or even better Google Messenger

    https://play.Google.com/store/apps/details?ID=com.Google.Android.apps.Messaging

    Regarding the messaging application, this is the app preloaded, but it seems to be the value

    1. manually download the pictures, but it will appear

    or

    2 auto download photos.

  • Save the file with the same name

    How to change the script to save the file with the same name?


    
    
    
    
    //SaveforWebSP.jsx  
    
    
    
    //Save a fixed width image with a size constraint in its original folder  
    
    
     
     
    
    
    
    var docRef = activeDocument;  
    
    
    
    var outputFolder = docRef.path;  
    
    
     
     
    
    
    
    NamesaveRef = new File( outputFolder + "/reference.jpg" );  
    
    
    
    var NewfileRef = new File( NamesaveRef )  
    
    
     
     
    
    
    
    // quality/size constraints  
    
    
    
    var w = 1920; // new file width  
    
    
    
    var MaxSz =  361440; // max. 360Kb  
    
    
    
    var Qlt = 100; // initial quality 100  
    
    
    
    var x = 1; // decreasing step  
    
    
     
     
    
    
    
    // resize the image to the right width  
    
    
    
    docRef.resizeImage(UnitValue(w,"px"),null,100,ResampleMethod.BICUBICSHARPER);  
    
    
     
     
    
    
    
    // Perform the first SaveForWeb Operation  
    
    
    
    ExpWeb(NewfileRef, Qlt);  
    
    
     
     
    
    
    
    // Keep trying to save the file with max. Qlt, but under MaxSz 
     
    
    
    
    while (NewfileRef.length > MaxSz)  
    
    
    
    {  
    
    
          
    Qlt = Qlt - x;  
    
    
          
    NewfileRef = new File( NewfileRef );
     
    
    
          
    NewfileRef.remove();  
    
    
          
    ExpWeb(NewfileRef, Qlt);  // Perform a new SaveForWeb Operation, with slightly lower Qlt  
    
    
             
    if (Qlt <= 40) {  
    
    
               
    alert("The file can't be saved with the desired size AND quality.");  
    
    
               
    break  // break the loop whenever the quality is as low as 50 (this shouldn't need to happen)  
    
    
             
    }  
    
    
    
    }  
    
    
     
     
    
    
    
    var FileSz = NewfileRef.length/1024;  
    
    
    
    FileSz = Math.round(FileSz);  
    
    
     
     
    
    
    
    // close the original file without saving  
    
    
    
    activeDocument.close(SaveOptions.DONOTSAVECHANGES);  
    
    
     
     
    
    
    
    // SaveForWeb Export, with the desired constraints and parameters  
    
    
    
    function ExpWeb(FileNm, Qlt)  
    
    
    
    {  
    
    
          
    var options = new ExportOptionsSaveForWeb();  
    
    
          
    options.quality = Qlt;   // Start with highest quality (biggest file).  
    
    
          
    options.format = SaveDocumentType.JPEG;   // Save Format for the file  
    
    
          
    docRef.exportDocument(File(FileNm), ExportType.SAVEFORWEB, options);  
    
    
    
    } 
    
    
    
    
    

    Change of line 25 to:

     var docName = docRef.name.split('.')[0];
     NamesaveRef = new File( outputFolder + "/"+docName +".jpg");
    
  • Hello friends, I have a license with terms of the photo with Photoshop and Lightroom applications installed on my iMac. Question: With this license can I install these applications also in my notebook? Using the same license.

    Hello friends, I have a license with terms of the photo with Photoshop and Lightroom applications installed on my iMac. Question: With this license can I install these applications also in my notebook? Using the same license.

    Yes, individual licenses, ranging up to allow two simultaneous, activations facilities.

    subscriptions allow mounting on an unlimited number of computers.  connection is limited to a maximum of two computers at a time.

  • Save the file with the annotation and highlighting

    Hello world

    I used to save the file with the annotation and emphasize locally.

    With the new update: Version 2015.009.20079, I'm not able to do as much as Adobe does not have the location of the local file.

    Why is it like that? Is there a setting that is required to restore the previous behavior of the program?

    Concerning

    Mohammed

    Hi Mohammed,.

    In this case you may need to check the configuration of this application settings or set Acrobat Reader preferences.

    Thank you

    Abhishek

  • Cannot save the vCO with vCenter WebClient

    Hi all

    I have a strange situation that I hope you can help me with.

    Basically, I am fighting to save the vCO with vCenter WebClient device, when I try to add in the web interface of vCenter, the test connection fails.

    The vCO device has been configured to use AD authentication and the vCenter plugin seems to be set up correctly. In fact, I can run all workflows from it interact successfully with the vCenter.

    I followed the troubleshooting steps in similar positions, but none of them have worked:

    Re: impossible to integrate vcenter orchestrator with WebClient

    Re: Can't save orchestrator in vsphere client of web (v5.5)

    I can see the extension of vCO through the https://vcenter1.xxxxx.com/mob . I have also not saved and put it back with the same result.

    I also tried with different versions of the device to vCO (5.0, 5.5.1 5.5.2...) but no joy with any of them.

    I want to emphasize that I used a device registered with vCenter, vCO which has been deleted. After checking the mob site, I discovered that the extension pointing to this previous vCO was still in place, so I recorded. But the issue has not been resolved.

    vCenter 5.5.0 build 1750785

    vCO 5.5.2 build 1951762

    Any other ideas?

    Any help would be appreciated.

    In order to use the vCO within customer web vSphere vCO must use SSO authentication and SSO used must match the one used by web vSphere client.

    What happens is this user log in vSphere client and web based on as user token credentials is generated.

    This token is presented to the vCO and vCO is not able to check (because in LDAP mode or using different SSO server or...) vCO rejects the request.

  • which API allows to save the PDF with Adobe Reader 9?

    Hello

    which API allows to save the PDF with Adobe Reader 9? It is said that "CosDocSaveWithParams" may not be used.

    Thank you!

    Jimmy

    I've personally used both in the drive in a plugin, and the drive itself makes these calls.  HOWEVER, they only work on the active Reader documents.

  • Download the photo with overlays and regions

    Hello

    I have a problem.

    I work with the Vision Development Module and c#.

    I want to save my picture as a .bmp with my overlays and regions.

    I tried what examples I found here on the forums, but they do not work.

    in my table are a few overlays an intern program and parts hand-drawn.

    I use this method:

    Viewier.Image.Overlays.Item (1). Merge (Viewer.palette);

    but I'm here this error:

    "Attempt read or write protected memory. It is often an indication that other memory has been corrupted. »

    hope sb can help me,

    Kumi

    Kumi-

    If you omit an optional parameter, you can pass System.Type.Missing to it.

    Greg Stoll

    Vision R & D

    National Instruments

  • the image is very sough CC, but when I save the photo it is very strong. What can be the problem?

    Only when I see the hole screen photo is very sough, when I Zoom in the picture, she is strong, also when I save the image on the hard drive that it is sharp and high quality.

    REPRESENT in CC

    SHARP on hard drive

    now I get the top cover, it works!

Maybe you are looking for

  • need to install a wireless mice for laptop Acer Aspire

    No mark on the right mouse "2. 4 g wireless mouse"any help would be appreciated

  • my hp Pavilion dm1 entertainment pc, has SPACE DISK LOW

    my hp Pavilion dm1 entertainment pc, has SPACE DISK LOW... It is said that my (e) HP_TOOLS is short of space.its becomes red already... I try to run d WinDirStat and here is the result. pls help. thnx! & more power!

  • Windows Vista Media Center crashes when I change the channel

    Original title: Windows Vista Media Center Since the beginning of June whenever I try to change the channel on the TV tuner in Media Center it crashes. I tried to do a system restore but restore never worked on my count. Problem event name: APPCRASH.

  • TSP Installer error

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Message of ideas: error at boot - TSP Installer for windows has stopped working. What it means for the performance of my system? How to fix it.

  • Why IPsec does NOT WORK when the PPP encapsulation is running?

    Hello I'm really new in the CISCO world, sorry if I ask stupid questions, I'm still in school to have one day my CCNA? By reading some books and browsing the net, I was finally able to connect my to routers with IPsec VPN link. The installation progr