Right now, the upload handler detects .jpg, .jpeg, .gif, .png, .bmp, .wmf as images. What other file types are you using that also need to be included? Ideally, we should have some sort of configuration for that. That's something we may add to the next version of the package.
On the site i'm working on i have a strong requirements about supporting as much formats as possible, so we create a little script to demand the initial jpeg conversion to imagemagick.
After the initial jpg have been created we recall the actual routine to produce some thumbnails version of the initial jpg, i've already done thta with zip-upload, single upload (the one that ship with umbraco) and with the multiple file upload plugin.
As an example i need to manage eps, pdf, tiff (with non rgb colorspace) and much more.
Also to be completely honest, i'm having some trouble with flash in all the browsers that are not ie8, so with your version i will solve those.
More Image Formats
Hello and thanks in advice
due to some requirements
i need to manage more imgae/file format then the ones provided by umbraco.
With 4.0.x i was using multiple file upload and i made some chenges to the components to suite my requirements.
Is the source on gegko Uploadify available ?
if yes where?
If no could you please help me, about how can i manage to integrate more image/file format (code already done)
with your great plugin?
Fabio
Hi Fabio,
Right now, the upload handler detects .jpg, .jpeg, .gif, .png, .bmp, .wmf as images. What other file types are you using that also need to be included?
Ideally, we should have some sort of configuration for that. That's something we may add to the next version of the package.
Thanks for the input,
Emanuel
Hi Emanuel
On the site i'm working on i have a strong requirements about supporting as much formats as possible, so we create a little script to demand the initial jpeg conversion to imagemagick.
After the initial jpg have been created we recall the actual routine to produce some thumbnails version of the initial jpg, i've already done thta with zip-upload, single upload (the one that ship with umbraco) and with the multiple file upload plugin.
As an example i need to manage eps, pdf, tiff (with non rgb colorspace) and much more.
Also to be completely honest, i'm having some trouble with flash in all the browsers that are not ie8, so with your version i will solve those.
that's why i'm asking for the source.
Fabio
is working on a reply...