Cannot "Send to" large .zip files

We cannot use the "send to" feature to send large .zip files to another document library. I can send small .zip files with no issues. This file is 450mb. I know what your thinking, it over our size limit, however, I can send .pptx that are 700
mb because we set out limit to 750mb.
The message we get is "Sorry, something went wrong."

Hi ChipTech1,
Please go to your SharePoint Central Administration, set the "Maximum Upload Size" value for this problematic web application, then add the following code in the web.config file (please backup the original web.config file) under 15\ISAPI folder
per the following article, then iisreset and check if it works.
Note: This mocification will be covered when you install SharePoint CU or Service Pack update.
<location path=”OfficialFile.asmx”>
    <system.web>
        <httpRuntime maxRequestLength=”2097151″ executionTimeout=”240″ />
    </system.web>
</location>
http://danmyhre.wordpress.com/2012/05/15/50mb-limit-on-files-sent-to-content-organizerofficialfile-asmx/
Thanks
Daniel Yang
TechNet Community Support

Similar Messages

  • "Send to" doesnt work for large ZIP files

    We cannot use the "send to" feature to send large .zip files to another document library. I can send small .zip files with no issues. This file is 450mb. I know what your thinking, it over our size limit, however, I can send .pptx that are 700
    mb because we set out limit to 750mb.
    The message we get is "Sorry, something went wrong."

    With that 450mb file, what is the folder size if the contents are unpacked onto a desktop?
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?, My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?

    My ipad 2 has locked up when trying to send a large video file. What do I do? Is there a reset button.
    Thank you

    Assuming that it's not still trying to send the video, then you could do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How can I send a large pdf file (42MB) attachments by icloud ??

    How can I send a large pdf file (42MB) attachment by email in Icloud ???

    That's a bit excessive.  The website http://convert.neevia.com/pdfcompress/ can compress files up to 5 MB in size. You may want to print to PDF single smaller pages, or print the document and scan it one page at a time to PDF, and then use the PDF compress tools to shrink it further.

  • Is there a way to send a large video file through email, not using websites?

    Hey guys,
    Just wondering if there is an easy way to send a large video file through email, not using websites such as yousendit.com.
    If anyone knows please respond, would be greatly appreciated! Thank you

    No there isn't. Most all Email providers, whether your ISP or some other provider like Google, Yahoo, Microsoft with their Outlook.com or Office365 and Apple's own iCloud system, have a linit on the max size a email can be. Most are around 10MBs some slightly larger but if the vieo you want to send to someone it larger than that you will have to upload it to a website and then have the people you want to view it download it from that website.

  • How can I send a large video file from my iPhone 4?

    How can I send (by text) a (fairly) large video file from my iPhone 4 without it getting compressed first?
    If that's not possible is there a way to uncompress the video file one it is received onto the receiving iPhone?
    Or is there a way to sync or transfer a video file from iPhone to iPhone?

    ExFAT would be the best file system format, as it will handle files greater than 4GB.
    If exFAT is not available, go for FAT32.
    Just FAT is too limiting, so avoid that

  • How to send mail with zip file

    Hi,
    We are sending email in one of our program with an attached xls file. We are sending email using classes (cl_bcs).
    Our requirement is to send the attached file in zip format to reduce the size.
    Please provide if you have any pointers to get zipped file in attachment.
    Regards,
    Mamta

    Dear Mamta,
    Check this class,
    CL_ABAP_GZIP                               --  Class for (De)Compression (GZIP)
    CL_ABAP_GZIP_BINARY_STREAM  --  Class for Data Compression (GZIP, Streaming)
    CL_ABAP_GZIP_TEXT_STREAM       --  Class for Text Compression (GZIP, Streaming)
    IF_ABAP_GZIP_BINARY_HANDLER  --  IF for Output Buffer Handler
    IF_ABAP_GZIP_TEXT_HANDLER      --  IF for Output Buffer Handler
    Regards,
    Surjith

  • Converting html file into zip file and send email attaching zip file

    Hi Experts,
    I am trying to send email with attachment(html). Which contains more than 7MB. So, It is throwing an error like Size exceeded.
    So, Now i need to compress the data for less than 7MB.
    I decided to convert HTML File into ZIP File.
    Kindly suggest me to convert the HTML file into ZIP file and sending email with attached ZIP file.
    Correct answer rewarded,
    Thanks & Regards,
    N. HARISH KUMAR

    Hi Experts,
    *// HTML_TAB converting into ZIP File
       DATA  : zip_tool TYPE REF TO cl_abap_zip,
               filename TYPE string ,
               filename_zip TYPE string .
       DATA  : t_data_tab TYPE TABLE OF x255,
               bin_size TYPE i,
               buffer_x TYPE xstring,
               buffer_zip TYPE xstring.
    filename = text-007.                                                                          "'HTML_TAB
    *describe the attachment
       DESCRIBE TABLE html_tab LINES tab_lines.
       bin_size = tab_lines * 255.
       CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
         EXPORTING
           input_length = bin_size
         IMPORTING
           buffer       = buffer_x
         TABLES
           binary_tab   = html_tab.
       IF sy-subrc <> 0.
    *     message id sy-msgid type sy-msgty number sy-msgno
    *     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ENDIF.
    *create zip tool
       CREATE OBJECT zip_tool.
    *add binary file
       CALL METHOD zip_tool->add
         EXPORTING
           name    = 'FSSAI_MAIL.HTML'
           content = buffer_x.
    *get binary ZIP file
       CALL METHOD zip_tool->save
         RECEIVING
           zip = buffer_zip.
       CLEAR: t_data_tab[],bin_size.
       CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
         EXPORTING
           buffer        = buffer_zip
         IMPORTING
           output_length = bin_size
         TABLES
           binary_tab    = html_tab.
    Thanks & Regards,
    N. HARISH KUMAR

  • Best way to send a large sound file via e-mail?

    Hello,
    I created a sound file in Sound Studio that is 75.5 MB large. I want to e-mail it to a friend through my Hotmail account. (I have a cable connection. I do not have AOL. And I just discovered that I can play it on my computer using QuickTime.)
    What is the best way to do this? Do I need to compress it? I have heard of compressing large files to make it easy to e-mail, but I don't know how to do it. If so, will he be able to hear it when he opens up the e-mail on his end?
    If anyone could give me step-by-step instructions on how to send this, I'd be most grateful. Thank you.

    If you have Stuffit Expander check inside the folder for Drop Stuff.
    Drop the movie file onto Drop Stuff.
    This will compress the music file.
    Or
    You can send large music files through You Send It which is FREE!
    There are others but, You Send It is the easiest.
    Or
    Since you have a High-speed connection, the easiest & fastest way is through AIM (AOL Instant Messenger). You do not need to be a member of AOL.
    I send all my music & movie files this way instead of using email.
    iChat has the same ability of transferring large files as AIM.
    http://docs.info.apple.com/article.html?artnum=150934

  • Cannot untar a tar zip file

    I'm initially a linux user, now trying to chnage to solaris server. I found a problem untaring a tar zip file. There is no command 'gzip' or 'gunzip' in my solaris server. And for the tar command, there is no option '-z'. So, how can I untar and unzip a tar zip file?

    Hi ,
    What Solaris Version you are using? On www.sunfreeware.com site, once you choose correct operating system version you may see all utilities on right side at bottom. There are some in pkgadd format.
    e.g gzip 1.2.4-sol26-sparc-local is in pkgadd format for Solaris 2.6.
    You will find similar files for Sparc/Intel for all vesions.
    Download same.
    #pkgadd -d gzip 1.2.4-sol26-sparc-local
    This will install all you needed. I hope this will help you.
    Thanks,
    SdD

  • How can I send a large .MOV file to a USB?

    We had an event a few days ago, and made a movie with iMovie, when I finally finished making it and adding what i wanted and edited to my like I exported it. The file is currently 9.86GB. I have a 32GB USB thumbdrive but everytime I try to "drag and drop" it tells me the file is too large for the volumes format. Now, I'm confused. I also tried exporting it directly to my USB but that didn't work also. I've tried sending the movie through an ethernet cable I had, and I succeeded but the quality downgraded and the movie was converted to a 8.42GB movie. I want the full HD video I took and edited, and thats on my mac. By the way I'm trying to send this movie to my VAIO PC. So does anyone know how to copy .MOV files to a USB? It's a PNY 32GB USB thumbdrive.

    Here's how I did it: 
    1.  Open disc utility
    2.  Select the USB drive on the left
    3.  Click the "erase" button
    4.  It will give you a "Format" pull down bar, select "Mac extended journaled." That will give you the complete USB to use. I don't suggest case sensitive journaled.
    5.  Click "Erase and Reformat"
    Success!

  • Send mail by zip file format..

    Hi ALL,
    I have a one problem in sending mail through SAP.  I have file with more than 5MB in pdf format, this file i am unble to send. but below 5MB its successfully sending.
    so i m doubt is i have to zip the file, means if that file is more than 5MB.
    please any one tell me for above problem.
    Thanks,
    Srinivas.

    Take a look to the class CL_ABAP_GZIP.
    Regards.

  • How to emai a big PDF file without it sending as a zip file so can be read on a pc?

    What's the best way to send large emails containing pictures and text from
    MacBook to pc without it being received as a zip file

    First, you have to investigate what's the max size your and your recipient's mail providers permit. In many cases, that is the main limiting factor. Next, you need to configure the mail program you use to avoid auto-zip'ing the attachments.
    Need more info? Provide more details on what you're using.

  • Cannot send videos and other files on ipad air

    There is no button "send files" on my 4.19 skype. I can send photos, video message, but not video from my ipad library or any other files. Any sollutions?

    Were they able to confirm that their app will allow the download of files of that size? There should not be any issue with downloading files sizes when on Wi-Fi. The phone does not have restrictions, but a timeout can be an error of the ISP, or something the App does. Then again, if you are downloading via Wi-Fi, is the device going to sleep during this time? Is it connected to power? If it is going to sleep and is not connected to power, even in the download mode, the sleep mode of the iPad could be disconnecting the Wi-Fi. Try doing it with the iPad connected to power.

  • I want to send a large video file from my Iphone to people via E-mail

    Does anyone know how to do this?

    If the video is in your photo app, you can just attach it to an email.
    In the mail app, create a new message, in the body, double tap to get the Select/Paste selection tab, and press the right point arrow.  you will get the option to "insert Photo or Video" which will take you to your photo's, select the video and it will be inserted as an attachment.
    Of course, your mail provider's file/attachment size limits will apply, so if the video is too large, it won't get sent.

Maybe you are looking for