Different assemblies for different fields
Hi,
there is a "simple" way to handle different assemblies in a same
form for different fields?
For example, in a form i have two file inputs. I want one of them
to be executed with one assembly, and another one with other
assembly. Is there a simple way to do this?
Thanks in advance,
Gonzalo
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Felix Geisendörfer on 27 Jul, 2010 02:11 PM
No, but I could implement a 'field' parameter where you can specify what steps are executed for which field - this way you could do it all in one assembly.
Anyway, I'd be curious about further details of your use case? Are both files the same (two images, two videos?) or do you have different files? Why the different assembly?
3 Posted by Gonzalo Bourdieu on 27 Jul, 2010 02:21 PM
I'm normally using templates because they really simplifies the process, so, for example if i want to store different fields in different paths in S3, i need two differents templates. Using only one assembly/template i cannot send both files to different paths in S3.
The "field" option imho seems a natural way to accomplish this. +1
Hopes it helps.
Thanks!
gonzalo
Support Staff 4 Posted by Felix Geisendörfer on 11 Sep, 2010 08:08 AM
Hey, sorry this was on hold like forever. I'd love to make it up and get this implemented if it would still be useful to you!
5 Posted by Gonzalo Bourdieu on 13 Sep, 2010 01:57 PM
Felix!,
Hi there, i think that its a very useful feature, right now I've solved the problem dividing the form in two and uploading each file in each form, making this feature available would be a much more tidy solution!
Thanks in advance!
gonzalo
Support Staff 6 Posted by Felix Geisendörfer on 15 Sep, 2010 08:20 PM
Sorry, we were on a business trip Mo-Wed, but I'm back now and eager to get this implemented. One last question before so: Are the two files different types? I.e. one video and one image? If that's the case you could already handle them in one assembly, since robots will ignore files that they don't know how to handle.
7 Posted by Gonzalo Bourdieu on 15 Sep, 2010 08:33 PM
Thanks for the tip! But in this case both were images but both have different thumbnails size and different folders in s3!
Support Staff 8 Posted by Felix Geisendörfer on 29 Nov, 2010 08:29 PM
This has finally landed : )
http://transloadit.com/blog/2010/11/advanced-use-conditions-for-ass...