I'm creating a custom media file uploader because we wanted to add some custom validation. Question is how do I set the image thumbnail size generated by it?
I'm a little confused on where to put the custom validation and the generation of thumbsize.
Can somebody help me in working on this customized image file upload. When I uploaded the bin inside the bin folder the custom datatype is not displaying on my datatype list. :(
This custom image file upload is somehow the same with the image resizer datatype in a way I need to generate a bigger thumbnail but at the same time I need to add custom validation for it like the valid image dimension, valid file size and etc.
extending the file upload
I'm creating a custom media file uploader because we wanted to add some custom validation. Question is how do I set the image thumbnail size generated by it?
I'm a little confused on where to put the custom validation and the generation of thumbsize.
Here's my code
Can somebody help me in working on this customized image file upload. When I uploaded the bin inside the bin folder the custom datatype is not displaying on my datatype list. :(
This custom image file upload is somehow the same with the image resizer datatype in a way I need to generate a bigger thumbnail but at the same time I need to add custom validation for it like the valid image dimension, valid file size and etc.
is working on a reply...