I am having difficulty getting fileup loads to work. It would appear tha the problem is that my platform won't allow my form to access the file system.
<form method="post" action="fileupload.php">
<input type="file" name="userfile" />
<input type ="submit" />
</form>
Will produce absolutely no response. (i.e it won't even load fileupload.php
The equivalent JavaScript submit(); function will generate an "access denied" error on both ie5.5 and ie6 running on Windows Professional 2000. Can anyone tell me how to get round this?
Also can anyone tell me if this occurs with IE5+ on Windows 9* or Nn6. Does it occur on Macs etc. ?
TIA
Frank