Trouble uploading file due to size

Hi. How can I change a 1.3 MB PDF file to a 1 MB PDF?

01. Trivial note: 'ftp_path' in ...
set ftp_path to "specialfiles/"
... is not used elsewhere.
02. Replacing ...
"ftp:///"
... with ...
"ftp://"
... removes the '-31070' error. Another error ('AppleScript Error URL Acces Scripting got an error: Extension failure.') will appear.
03. Replacement code:
set file_path to "/Users/amintt/Documents/"
set file_name to "filetoupload.txt"
set file_location to (file_path & file_name)
set ftp_url to "test.com"
set ftp_username to "username"
set ftp_password to "password"
set ftp_entire to ftp_username & ":" & ftp_password & " ftp://" & ftp_url
do shell script ("curl -T " & file_location & " -u " & ftp_entire)
  Mac OS X (10.4.4)  

Similar Messages

  • Trouble uploading files

    I use my ipod as a storage unit and I am having trouble transfering files. It wants to take hours uploading what shouldn't take that long to upload.
    I transfered some small video clips to my ipod and it only took a few minutes, but uploading them takes forever and then once they are uploaded, they are corrupted.
    Could it be my ipod, or possibly the firewire cable? I've tried both firewire and usb. I've tried running a disk repair on my ipod and it says it is fine.

    I guess no one knows anything?
    This is frustrating. I have files on there that I need for my editing techniques class project that's due tomorrow. I'm just gonna go work on my project at school I guess and finish it there so I don't have to worry about my stupid ipod not being able to transfer it over until I can find out what to do.

  • Trouble uploading files after recent update

    After the recent update, I'm not longer able to upload files (keep getting an "unsupported format or damaged file" prompt).  Help?

    To help with future questions, uploading is what you do from your computer to an Internet web site
    Importing is what you do to get video files into Premiere Pro
    >along with Maverick
    Read http://forums.adobe.com/message/6109315#6109315 for a possible Mavericks fix
    Also, Go to http://forums.adobe.com/community/premiere and, in the area just under Ask a Question, type in
    maverick
    or
    mavericks
    or
    10.9
    You may now read previous discussions on this subject... be sure to click the See More Results at the bottom of the initial, short list if the initial list does not answer your question

  • Problems with uploading files, lumia 920!

    Hello,
    I'm having trouble uploading files in internet explorers browser.
    if I come to a website with a browse button , you can not explore the phone's contents. The Browswe button is gray marked
    I have tried on several different websites. For example, image upload pages.
    Is this a bug or just something missing in lumias interface.
    / with kind regards

    this is a limitation of the mobile device OS. even if in the settings you select desktop version, you still cannot attache a file from your mobile device to website. :/
    for us symbian and maemo/meego users, this is a hinderance.
    i have not tried the UC Browser scoobyman suggested. that may work.
    be sure to report back if you can or cannot get it to work.

  • Uploading file to adobe PDF online

    I selected a file to convert from PDF to Word and it just keeps uploading with no results  how do I get this to convert?

    Hi there,
    Sorry to hear about your trouble.  Are you still having trouble uploading files to the ExportPDF service?
    -David

  • Problem uploading file from mobile device to tomcat server

    Hi guys, here's how it goes.
    I'm designing a site using JSP for wireless devices like PDAs, Smartphones etc, basically any mobile device that has browser capabilities. There's a page where the user is allowed to upload a file from the mobile device, which works perfectly fine when I access the site using a PC. But when I try to upload a file from a mobile device, ( I tried using a Nokia 6680 ) , there wasn't any error but the file just wasn't stored in my server.
    Here's how the upload form looks like :
    <FORM name="filesForm" action="ProcessFileUpload.jsp" method="post" enctype="multipart/form-data">
            <font size="1" face="arial">File :</font><br>
    <input type="file" name="file1" size="10" style="font-size: 9px;"/><br><br>
            <input type="submit" name="Submit" value="Upload Files" style="font-size: 9px;"/>
        </FORM>Here's the gist of ProcessFileUpload.jsp:
    <%
         System.out.println("");
            System.out.println("Content Type ="+request.getContentType());
            DiskFileUpload fu = new DiskFileUpload();
            // If file size exceeds, a FileUploadException will be thrown
            fu.setSizeMax(1000000);
            List fileItems = fu.parseRequest(request);
            Iterator itr = fileItems.iterator();
            while(itr.hasNext()) {
              FileItem fi = (FileItem)itr.next();
              //Check if not form field so as to only handle the file inputs
              //else condition handles the submit button input
              if(!fi.isFormField()) {
                System.out.println("NAME: "+fi.getName());
                System.out.println("SIZE: "+fi.getSize());
                System.out.println(fi.getOutputStream().toString());
               // File fNew= new File(application.getRealPath("/"), fi.getName());
             File tempFileRef  = new File(fi.getName());
             File fNew = new File(filepath.toString(),tempFileRef.getName());
         String MM_Overall_DRIVER = "org.gjt.mm.mysql.Driver";
         String MM_Overall_USERNAME = "****";
         String MM_Overall_PASSWORD = "*********";
         String MM_Overall_STRING = "jdbc:mysql://localhost:3306/";
         Driver DriverRecordset1 = (Driver)Class.forName(MM_Overall_DRIVER).newInstance();
         Connection ConnRecordset1 = DriverManager.getConnection(MM_Overall_STRING,MM_Overall_USERNAME,MM_Overall_PASSWORD);
         PreparedStatement StatementRecordset1 = ConnRecordset1.prepareStatement("use " + domain);
         ResultSet Recordset1 = StatementRecordset1.executeQuery();
         filepath.append("/").append(tempFileRef.getName());
         StringBuffer fp = new StringBuffer("insert into ");
         fp.append(domain).append(".filepaths (path) values ('").append(filepath).append("')");
         PreparedStatement ps = ConnRecordset1.prepareStatement(fp.toString());
         ps.executeUpdate();
                System.out.println(fNew.getAbsolutePath());
                fi.write(fNew);
              else {
                System.out.println("Field ="+fi.getFieldName());
            }Basically I store the file uploaded in the tomcat server and the path of the file is saved in a table in MySQL.
    When I upload a file using a PC, the tomcat console displays the content type file name yada yada yada. However, when I upload a file from the Nokia 6680, I get just the content type then things just stop there and nothing else happens. No file name no file size whatsoever. The path of the file is not inserted into MySQL and the file is not stored in the server.
    Can anyone please enlighten me on this issue and hopefully gimme a solution to this problem? Your help will be greatly appreciated.

    -bump-
    HELPP!?!?!?!?!

  • Upload file timeout

    I have an upload script, and when I try to upload videos, about 229 MB in size, it seems to sit there and load, then when it is done, it is never actually uploaded.  Is there a limit with uploading files of this size?

    future-architect wrote:
    I have an upload script, and when I try to upload videos, about 229 MB in size, it seems to sit there and load, then when it is done, it is never actually uploaded.  Is there a limit with uploading files of this size?
    By default, the maximum permitted size of an upload file in PHP is 2 MB. You can find the actual value on your site by running phpinfo() and looking for upload_max_filesize. The value is normally displayed as megabytes (M) or kilobytes (K).  Other restricting factors are the value of post_max_size, which is normally 8M, and max_input_time, which defaults to 60 (seconds).
    All these values can be changed in php.ini, but unless your hosting company allows you to edit php.ini individually, you will need to find an alternative way to upload such large files.

  • Unknow trouble in File upload :

              Hi,
              I am doing a file upload using a multi part form page and a servlet. I am also
              doing file size validation and redirecting the user to the same page with error
              message, if the size is more than 20 KBs.This is potentially to avoid users from
              trying to upload huge files and flood the system.
              But if the upload file size is more than 30 KBs, it looks like the server(weblogic
              5.1) does something crazy.
              1) Netscape throws the following error message "Connection Reset By Peer".
              2) IE throws "Page cannot be displayed" error message.
              The servlet size is 7 KBs.Is this something to do with the size or stream
              being forwarded back to the browser and the server not able to handle this?Any
              thoughts?
              Thanks!
              

              I am not sure whether I am making it clear.I absolutely do not have any problem
              in uploading the file.The problem I have is when redirecting the user to the same
              page when the file size is more than 30kbs.I have attached the code.
              THorner <[email protected]> wrote:
              >I know from experience that one of the constructors in the O'Reilly
              >package has a default maximum file size, and exceeding this causes
              >problems in such a way that it is very hard to find the cause. If you
              >are using the o'reilly packages try using a different constructor, if
              >not then there may be an analogous problem
              >
              >terry
              >
              >> -----Original Message-----
              >> From: Kevin L. Burns [mailto:[email protected]]
              >> Posted At: Wed 01 August 2001 02:07
              >> Posted To: weblogic.developer.interest.servlet
              >> Conversation: Unknow trouble in File upload :
              >> Subject: Re: Unknow trouble in File upload :
              >>
              >>
              >> That's very odd. I wrote my own multipart/file upload
              >> classes and never
              >> had a problem with files over 30kB. It may be something with the
              >> classes you're using.
              >>
              >> San wrote:
              >> >
              >> > Hi,
              >> > I am doing a file upload using a multi part form page
              >> and a servlet. I am also
              >> > doing file size validation and redirecting the user to the
              >> same page with error
              >> > message, if the size is more than 20 KBs.This is
              >> potentially to avoid users from
              >> > trying to upload huge files and flood the system.
              >> > But if the upload file size is more than 30 KBs, it
              >> looks like the server(weblogic
              >> > 5.1) does something crazy.
              >> > 1) Netscape throws the following error message "Connection
              >> Reset By Peer".
              >> > 2) IE throws "Page cannot be displayed" error message.
              >> > The servlet size is 7 KBs.Is this something to do with
              >> the size or stream
              >> > being forwarded back to the browser and the server not able
              >> to handle this?Any
              >> > thoughts?
              >> >
              >> > Thanks!
              >>
              >
              [upload.txt]
              

  • Having trouble  uploading the oam file to my Muse website.

    I keep getting error messages about uploading the Edge Animate files I made, such as:
    �Error:
    Error uploading file jquery-1.8.3.min.js. There was no response from the server. Check your network connection, and try again. If this problem persists, try again later.
    or:
    Error uploading file arrowmenudown.gif. Click Resume to try again. If this problem persists, try again later.
    I am not aware of any such file- arrowmenudown.gif. It is not in the Library. Where do I find it?
    Thanks

    This jquery error might be due to permissions problem on uploading files to remote sites.
    Can you upload your edge animate composition so that we can figure out   'arrowmenudown.gif'  error?

  • I am trying to upload files to an Apple hosted feed on KSU iTunes U (unpublished site). The file size shows as 2 GB even though the files are 50MB. The upload stalls and fails. Address:

    I am trying to upload files to an Apple hosted feed on KSU iTunes U (unpublished site). The file size in the Feed Editor shows as 2 GB even though the files are 50MB. I am using Safari on Intel Mac 10.5.8. at Kennesaw State University. Any help would be appreciated.

    This is the second day. I tried using a new Apple feed to test. Still not working. I uploaded a 50MB mp3 file. The first time the upload failed. The second time the file showed that it was uploading a 2 GB file. It has been about 20 minutes now and shows "3.5GB of 2.0GB 178% Completed". Now it has started uploading all over again - it is now showing 399.4MB or 2.0 GB - 19% Completed. I dont know if this will keep looping - but I am going to Cancel.
    Please let me know what other information do you need from me. Definitely need some help with this!

  • How can we limit uploading file size in portal.

    we have a feature where customers can upload there files, we use portals for uploading files, form which has the file type is posted to a stored procedure and which in turns calls the wwv_things.saveitem.
    we need to restrict a file size and file type for the uploading files, I can restrict the file type with javasript but wanted to find out if oracle portals has any way to restrict the uploading file size,
    thanks and regards,
    Sunil.

    Currently, this is not available. You could have a query that has all RKF as a starting point to achieve this. If you think this would be good to have by default, please log a development request on the OSS Messaging System.

  • Is there a size limit for uploading files?

    is there a size limit for uploading files?

    You have max 20GB storage.
    Upload anything you want up to that limit - be it one file or many.
    The only limit after that is the speed of your internet connection since extremely large files can take hours to upload.

  • "the remote server returned an error (400) bad request." can't able to upload file size 1 MB

    I cant able to upload the file size >1 MB its showing error."the remote server returned an error (400) bad request."
    any one kindly help to fix the issue.

    Hi,
    Are you trying thru OOB or how..
    Please check the "maximum file size for sharepoint".
    refer below links for the same.
    https://angler.wordpress.com/2012/03/21/increase-the-sharepoint-2010-upload-file-size-limit/
    https://msdn.microsoft.com/en-us/library/ff487972.aspx
    Don't forget to mark it as an Answer if it resolves your problem or Vote Me if it useful.
    Mahesh

  • Upload File Size

    I am creating a form where I will be asking individual companies to upload 2 to 3 case studies.  I know as a paid member my respondants are allowed upload files up to 20MB in size.  Is this 20MB total or 20MB per file?

    Try UploadBean :
    http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html
    It could be used with CFU and you can specify upload size limit.

  • Restricting users from uploading files greater than certain size in Kpro

    Hi,
    How can we restric users from uploading files in SAPoffice which are greater than certain size (5MB)?
    Awaiting for reply.

    Hello Gino,
    you go to Tcode DC10, in the define document type,
    there is a option file size, this gives you restriction , only if you are not using KPro and content server.
    If you are using Kpro and content server, then please do the enhancement (SE80, package ,CV)
    With the help of this you can restrict and put the warinig message if your original size is exceed.
    Thanks & Regards,
    nitin
    Award point if useful

Maybe you are looking for

  • Error while creating Notification: Partner Function is Not Allowed in Partner Determination Profile Q2

    During Notification Creation I get the error --Partner Function is Not Allowed in Partner Determination Profile Q2 As I enter Purchase Document Number in the transaction QM01 and press Enter. I get the above error and donot go further. Can anyone hel

  • My iPhone 4S won't sync with Address Book or iCal on my Mac

    My iPhone 4S is full of events on my Calendar and contacts in my Contacts app. They sync nicely with iCloud, so I can access them online. However, I'd also like to sync them with iCal (4.04) and Address Book on my Mac (10.6.8). Both iCal and Address

  • Problems with auto update

    I just bought a new 60GB ipod video. When I connected to itunes on my pc, it started the automatic upload, but experienced an error after about 4,000 of the 6,000 songs in the library. It said "unknown error (Type 69)." After reading other posts, whe

  • How to display query result like this

    I got a query...gives list of names. i want to display 11.  Peter 12. Jessica 32. Leo 15. Jamie 36. Edward how i get static number infront of my query result. static number is not in order.

  • Email link in edge animation

    Hi! I have very little experience with the coding in edge animate outside the basic API provided by adobe. I would like to add an email link to a button in edge animate. window.open("http://www.adobe.com", "_self"); I can add a basic mailto: script t