terryurden
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
<form action="upload_file.php" method="post" enctype="multipart/form-data">
<label for="file">Filename:</label><input type="file" name="file" id="file" />
<br />
<input type="submit" name="submit" value="Submit" />
</form>
i use this small upload code a file to my page i like to extract some data from. On my local WAMP server it works without problems... here on x10 i get a 500 internal error (when the file is submitted)....
what can it be?
<label for="file">Filename:</label><input type="file" name="file" id="file" />
<br />
<input type="submit" name="submit" value="Submit" />
</form>
i use this small upload code a file to my page i like to extract some data from. On my local WAMP server it works without problems... here on x10 i get a 500 internal error (when the file is submitted)....
what can it be?
Last edited: