Hi guys,
I am working on a form where the user uploads a xls file.
in the upload channel there are only one custom field which is call “daily_upload”
everything is fine if I were to use html INPUT tag for the inputting file. However, if I were to use
{field:file_channel_field}
It just shows the add file button but it doesn’t go anywhere. Am I missing something?
{exp:safecracker channel="mellon_upload" return="/import/mellon/thankyou/ENTRY_ID" }
<input name=“title” type=“hidden” value=“Daily Pricing”>
{field:mellon_prices}
<input type=“submit” value=“Submit”>
Log Out
{/exp:safecracker}
Thank You
Update: I just confirm that even with the HTML Input field the file is not uploading either. But the entry was submitted with the file empty since I did not make it required.