function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
App_Dev1App_Dev1 

File input types

Is there a way to support file inputs? I'd like to be able to upload an image and have it stored in Salesforce.

I set the apex:form enctype to multipart/form-data but I don't see any way to bind a variable in my controller to a file input.