Questions tagged [transloadit]

Transloadit handles file uploading & file processing for your website or app. Transloadit can process video, audio, images and documents.

How it works

  • Upload/import files - Your users can upload files from their devices or import them from URLs, your cloud buckets, your servers, Facebook, Dropbox and many other platforms.

  • Transloadit converts these files - According to simple instructions that you save in your Transloadit account. Conversion includes video/audio encoding, image manipulation, watermarking and much more.

  • Display the results - Transloadit uploads the encoding results to your website or cloud buckets and provide you the result URLs and meta data. Then you can display beautiful media to your users on all platforms.

72 questions
0
votes
1 answer

Transloadit not working on cordova/phonegap?

I am trying to get transloadit upload working on phonegap app, without success, XHR and JQuery uploads work on desktop browsers but when trying on phonegap they fail (with JQuery upload the app crash if the transloadit initialization is there) while…
Mosta
  • 868
  • 10
  • 23
0
votes
1 answer

Cordova FIle Transfer plugin how to pass transloadit parameters?

Update Trying to post the file to transloadit using the FileTransfer plugin using the following code var uri = encodeURI("https://api2-eu-west-1.transloadit.com/assemblies"); var options = new FileUploadOptions(); …
0
votes
1 answer

Transcodeit Add metadata to audio files

I have found how to encode audio tracks to multiple formats, I am just struggling to try and find a way to attach specific metadata to the tracks when they are encoded. I would like to add, album artwork, artists name, track name, and genre etc. I…
Gismmo
  • 329
  • 4
  • 12
0
votes
1 answer

Can I process base64 encoded image for watermark?

I want to process an image and make it secure by adding a watermark to it using transloadit. But the source of image I have is base64 encoded string rather than asking user to upload it to a form. Can I pass this base64 encoded string to form and…
meen
  • 2,287
  • 3
  • 23
  • 42
0
votes
1 answer

How to show transloadit assembly result on same page?

How to show/display transloadit assembly result on same page? Do I need to change form action here "form action="/uploads" I've used the following code, it shows the result image for a second and then redirects to the original URL without showing…
Jamshed Qureshi
  • 73
  • 1
  • 1
  • 9
0
votes
1 answer

Transloadit and Firebase

I'm developing an Angular & Firebase app and I want to avoid having any backend outside of Firebase. Documents don't recommend storing images in Firebase, so I wanted to use Trasnloadit to save images. Is there a way to use Transloadit securely to…
ajbraus
  • 2,909
  • 3
  • 31
  • 45
0
votes
1 answer

Feature: maximum privacy

Transloadit uses a temporary url for our files. I currently need to upload some important files to my rackspace cloud private container.. i have all setup but seems that, after uploading, users can read assembly result with js. Rackspace urls can be…
FranciscoA
  • 169
  • 1
  • 3
0
votes
0 answers

USe of transloadit plugin without file browser

I tried use of transloadit plugin for change natural size of image and show it to a user , but it doesn't work for me. how can done it? SEE DEMO: http://jsfiddle.net/bx1en700/ $(function() { $('#my_img').transloadit({ wait: true, …
Taylor Gomez
  • 320
  • 1
  • 5
  • 22
0
votes
2 answers

RAILS what is the best way to upload large file > 2 GB

I am using carrierwave to upload Video files and encoding that videos using Transloadit. What is the best way to do this in rails with delayed job. please suggest.
0
votes
1 answer

Transloadit cannot get ASSEMBLY_COMPLETED response in c#.net

With the reference from below link https://github.com/nkranitz/transloadit-csharp-sdk Am using transloadit for video converting and saving it in s3 in C#. I am able to upload the video and image and am able to get the response with empty results. My…
Kalyan
  • 263
  • 5
  • 22
0
votes
1 answer

Not getting any results for video upload in Transloadit in c#

Am using transloadit for video converting and saving it in s3 in C#. I am able to upload the video and am able to get the response with empty results. My response had "ok": "ASSEMBLY_EXECUTING", message and the results tag is empty. So am not…
0
votes
1 answer

Use flow logic to skip a step in Transloadit assembly?

Is it possible to use the flow logic or file filtering in Transloadit to convert a PNG to a JPG if the uploaded file is not already a JPG, but skip the step and continue with the other processing steps otherwise? From what I can see from the docs,…
schmoove
  • 493
  • 1
  • 4
  • 16
0
votes
1 answer

Transloading is submitting the wrong form

I have several forms on my page that all have the class "my_form". I have activated transloadit as follows : $(function() { $('.my_form').transloadit({ wait: true, triggerUploadOnFileSelection: true }); …
cmrichards
  • 1,725
  • 1
  • 19
  • 28
0
votes
1 answer

Assembly variables using form field name based from its file name in Transloadit

I'm currently working on uploading multiple files with each generated name passed through form fields. The problem I'm having now is since I'm uploading multiple files I'm going to need dynamic form fields. e.g. Uploading single image - which I'm…
Robin Carlo Catacutan
  • 13,249
  • 11
  • 52
  • 85
0
votes
1 answer

Transloadit upload video and pdf files

I have a two video and a pdf file that i'm trying to upload via my form. Following is my assembly: $(document).ready -> $("#new_coach").transloadit wait: true triggerUploadOnFileSelection: false params: auth: key:…
Furqan Asghar
  • 3,670
  • 4
  • 23
  • 27