hi all,
<input type="file" name="upload"......> <input type="submit".....>
after clicking the submit button, whats the code to check whether the user did select a file or not?
Just take a look in the $_FILES array
You can search the forums and find the whole code for this.