I was wandoring what is the best way to add a MediaPicker Control the frontend of a webpage to make users able to pick images and save them to the mediafolder.
tnx Jeroen, awsome package. I've tryed it and it looks like the macro is only a file-picker. You can't brows mediafolder with it or upload images.. )c: other sugestions ..
Adding a MediaPicker Control to a webpage
Hi people
I was wandoring what is the best way to add a MediaPicker Control the frontend of a webpage to make users able to pick images and save them to the mediafolder.
If you install the Gecko Uploadify package it will add a macro which you can use in the front end.
Jeroen
tnx Jeroen, awsome package. I've tryed it and it looks like the macro is only a file-picker. You can't brows mediafolder with it or upload images.. )c:
other sugestions ..
maanehunden...
Argh,.. darn ,.. I've tryed folowing macro setup,..
<umbraco:Macro ID="Macro3" MediaFolder="1273" ButtonText="mjau" AllowedTypes="jpg,png" SizeLimitMB="2" Alias="GeckoUploadify" runat="server"></umbraco:Macro>
but still nothing,..
after some debugging i run in to a javascript error,..
generated by the in Gecko Uploadify code,.. well ,. back to digging,..
yes i've seen this one http://our.umbraco.org/projects/website-utilities/gecko-uploadify/feedback,-suggestions,-bugs/15391-Not-working-in-Media-section-inputuploadify-is-not-a-function ..
i've run firebug,, in my case it looks like all the resource files are loaded ,.. still it doesent work ,.. )c:
fond it ,..
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
made shishkibab out of Gecko Uploadify javscript ...
after i replaced googel's jquery script,. with a local one it worked ,.. go figur ..
i've found an interresting article on the subject of using "Uploadify" to upload images to umbraco ,. http://www.bo-mortensen.dk/2011/03/uploading-multiple-files-to-umbraco-with-uploadify/ kinda like the Gecko Uploadify package...
Hope someone will finde it usefull ,.. (c:
is working on a reply...