I can not get the system in Public Community to upload file

Hey All, ```
I have this page. https://dcdogs.force.com/Application/s/test?id=a046F00001kPZvZQAW 

I am unable to upload the files to this page (public communities) and I have enabled the new flag today to allow Guest to be able to upload into the portal 

This shows what should between the Red and green text - It just does nothing 
![](upload://6WAWdHYRuczHBEbKJwnISmivxj5.png "Image httpsd2r1vs3d9006apcloudfrontnets3_images1776323RackMultipart20190210-3047-l8tzkv-Screen_Shot_2019-02-10_at_31218_pm_inlinepng1549775550")

This is the settings for the upload under the red text 

![](upload://kAr1MQlqPOnaR8BL8lCgVwZCrCu.png)

I need some help as I cant get this work and I am ready to throw my computer out of the window :( 

I am not going to use a VF page for this as I am unable to work out how to send some of the URL (so the object ID part) though WF and communities. 

I can get the form to show in WF using the following code but I cant sent the object ID :( 


<apex:page standardController="Recipient__c"
extensions="skuid.Redirects" action="{!redirect}&page=Defence_Bank_Foundation_Approval"> id=BrowserURL.right(18)

Try this:
In Salesforce, go to Visualforce pages and find the UploadImage VF page that has the skuid namespace.  Clone this page - keep everything the same (name, page markup), except now it won’t have the skuid namespace.

Next give access to your new Visualforce page to your guest community profile.

Then try your upload.

More info here, in the pre-requisites section:
https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/skuid-page-visualforce-componen…