Invalid upload folder type (must be of type "Folder")
Hi guys,
Am trying to implement gecko uploadify control in Content section. And I have added successfully this control into a content section. But I am getting the error "Invalid upload folder type (must be of type "Folder")"
I know this error is because I am using this in content section. But based on my requirements I have to add uploading images into a unique folder. So can i specify the Media folder ID somewhere in the uploadify script?
You can add a handler to the UploadifyHandler.FileUploaded event and then run your own code to add the file to the Content section or whatever else you need.
Thank you for your reply. But I hav got an another solution.
Not sure whether this is the proper methode but assigning the "mediaFolder" parameter to the needed Media Folder ID in Uploadify.ascx usercontrol have solved it for me. It works now.
Invalid upload folder type (must be of type "Folder")
Hi guys,
Am trying to implement gecko uploadify control in Content section. And I have added successfully this control into a content section. But I am getting the error "Invalid upload folder type (must be of type "Folder")"
I know this error is because I am using this in content section. But based on my requirements I have to add uploading images into a unique folder. So can i specify the Media folder ID somewhere in the uploadify script?
Thank you
You can add a handler to the UploadifyHandler.FileUploaded event and then run your own code to add the file to the Content section or whatever else you need.
Hi Emanuel,
Thank you for your reply. But I hav got an another solution.
Not sure whether this is the proper methode but assigning the "mediaFolder" parameter to the needed Media Folder ID in Uploadify.ascx usercontrol have solved it for me. It works now.
is working on a reply...