Skuid Mobile File Upload - Community

File upload option in skuid mobile page is working well but file upload component is not working in Community.  
Please let me know how to fix it.

my findings via developer console, 
UploadImage visualforce page is works fine when the url is https://skuid.cs6.visual.force.com/apex/UploadImage?id=
but in community… the URL will changed to https://mydomain.cs6.visual.force.com/…. so that file upload component is trying to access the below URL
https://mydomain.cs6.visual.force.com/apex/UploadImage?id=

and its says URL not found error(404)…


Raj,

This is just a hunch, but did you make a local clone of the UploadImage Visualforce page and give your community user profile access to it? See the Prerequisitessection of this tutorial for a step by step.

Thanks J. It works now.

No problem! Thanks for being a part of our community!