This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Error when trying to upload a file over 4megs

Comments

3 comments

  • Avatar
    Maor Gariv

    Hi,


    Sorry for the very late reply, we have noticed that this request was left unattended. I guess this is not relevant anymore but for future reference - 

    The function call seems inaccurate. Please try - 

     

    RawUploadResult uploadResult = cloudinary.Upload(uploadParams);
    1
    Comment actions Permalink
  • Avatar
    Alvith Mohan
    • Hi,

      I am having an issue while i uploading a video having size greater than 120mb. 

      The error is  the following

      'POST https://api.cloudinary.com/v1_1/<name>/video/upload  net::ERR_CONNECTION_RESET' .

      Upload is done via direct upload using jQuery ($ajax request)

      code:

      formData.append("file", videoFile);
      formData.append("upload_preset", $("#CloudinaryUploadPreset").val());
      formData.append("resource_type", "video");
      $.ajax({
      url: '' + $("#CloudinaryUploadUrl").val() + '',
      data: formData,
      enctype: 'multipart/form-data',
      cache: false,
      contentType: false,
      processData: false,
      method: 'POST',
      type: 'POST',
      success: function (responseResult) {
      }
      });

      Could you please suggest me a solution for this..

      Please reply fast..

     
    0
    Comment actions Permalink
  • Avatar
    Aditi Madan

    Hi Alvith,

    Can you please open a support ticket here - https://support.cloudinary.com/hc/en-us/requests/new  as I will need some more information to understand the issue.

     

    Thanks,

    0
    Comment actions Permalink

Post is closed for comments.