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
Raghu Madaan 6Raghu Madaan 6 

File Upload Using PLUpload

Hi everyone,

My requirement is to upload a file using HTML input type="text"  rather then <apex:inputFile> as i need to upload multiple files using PlUpload Plugin.
PlUpload uploads the multi-part file to my Controller action but i am getting Name of the file rather then its bytes.

Does anyone know how to get the uploaded file bytes using HTML input type="file" ..? My requirement is not to use merge fields where i take Document/Attachment object and use <apex:inputFile> .
Raghu Madaan 6Raghu Madaan 6
Hi Ramakrishnan Ayyanar,

Thank you for your reply. But my requirement is not to use known value for multiple upload. I am using a jquery plugin Plupload to select and upload multiple files.
I just need a way to get the files data on server as the POST request has been made by PlUpload.
Chhandak AdhikaryChhandak Adhikary
Hi Raghu,
Did you find a way to upload files as chatter feed items via PlUpload?