But after an upload, the tree does not reload. So you have to manually reload. Would be nice if the tree refreshed itself, just like in the Content section.
Unfortunately, I have no idea how to fix this, as I am not a flash developer (the flash should call some javascript when it's done uploading), so this probably will never be fixed without a contribution by someone who knows what they're doing in actionscript! ;)
I worked with SWFUpload for a ColdFusion upload tool last year. I seem to recall that when the upload is done, a flag is sent back from the SWF alerting your app that the upload is done. I can't recall details, but it's there.
Also, when the upload is finished, Umbraco is smart enough to then create the thumbnail. Where is that trigger? Need to add the tree refresh after creating the thumbnail.
Cool, thanks Jeroen I'll have a look when I can. @Connie this is a "whenever I get to it", don't hold your breath on having this added very soon. :) Although I might surprise you ;-)
Tree does not reload after upload
Hi,
Great that this package now works in 4.5!
But after an upload, the tree does not reload. So you have to manually reload.
Would be nice if the tree refreshed itself, just like in the Content section.
FYI: Gecko Uploadify has the same problem.
Best regards,
Hundebol
I agree, this would be a nice addition.
Unfortunately, I have no idea how to fix this, as I am not a flash developer (the flash should call some javascript when it's done uploading), so this probably will never be fixed without a contribution by someone who knows what they're doing in actionscript! ;)
Can't you just call some code after the flash part is done? Here is a topic how it should work: http://our.umbraco.org/projects/website-utilities/gecko-uploadify/feedback,-suggestions,-bugs/13119-Reload-tree-after-uploading.
Jeroen
I worked with SWFUpload for a ColdFusion upload tool last year. I seem to recall that when the upload is done, a flag is sent back from the SWF alerting your app that the upload is done. I can't recall details, but it's there.
Also, when the upload is finished, Umbraco is smart enough to then create the thumbnail. Where is that trigger? Need to add the tree refresh after creating the thumbnail.
Cool, thanks Jeroen I'll have a look when I can. @Connie this is a "whenever I get to it", don't hold your breath on having this added very soon. :) Although I might surprise you ;-)
is working on a reply...