Uploading file:
1. Is it possible to use <INPUT type="file" name="userfile" value="E:\myfile"> to automatically attach myfile.
Downloading file:
2. How do i download file with using the ftp get command? i mean, graphically with a button like "Download File". is there exists a command opposite to is_uploaded_file, something like is_downloaded_file to download a file?
1. Is it possible to use <INPUT type="file" name="userfile" value="E:\myfile"> to automatically attach myfile.
Downloading file:
2. How do i download file with using the ftp get command? i mean, graphically with a button like "Download File". is there exists a command opposite to is_uploaded_file, something like is_downloaded_file to download a file?