I want to create a file input in my Apigee console, I create like below but got normal text field
<param name="photo" required="true" type="xsd:file" style="query"> <doc>Upload profile pic</doc> </param>
Can I create a file input type in apigee console.
Solved! Go to Solution.
The <apigee:attachments>
child tag of a <request>
tag enables the Console user to select a file (an image, a sound file, a video file) to be included as a MIME encoded attachment to the request message.
For more information please refer documentation here.