I am using Sugar Pro 6.4 and inside a customized view I want to upload a file in the upload folder in sugarcrm. For this I am using standard input type=”file”.
<input name="file" type="file" />
The user can select the file successfully, but how can I upload the selected file programmatically into the Upload folder in sugarcrm directory structure?
Try this after changing the fieldnames where necessary