mohammad50 Posted August 4, 2013 Share Posted August 4, 2013 hi there i want to use whmcs attachment that used in support ticket in a addon module this is my code in .tpl file {if $upload} <tr> <td style="width: 150px" valign="top"><label>{$LANG.supportticketsticketattachments}</label></td> <td> <input type="file" name="attachments[]" dir="ltr" size="15" /> <br/> ({$LANG.supportticketsallowedextensions}: {$allowedfiletypes} .zip - .jpg - .gif - .png ) </td> </tr> {/if} i dont know how can i use this in my php file when form submited 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.