Jump to content

Default HTTP upload location apache2


Matt79

Recommended Posts

I have been trying to make it possible to upload images on my website via a web browser. I have created the HTML form, I can browse to my desktop and upload an image. But my question is, where is it on my server after I upload it? :shrug:  I am running ubuntu 8.04 on my server.

 

Here is the html form I am using.

<form action="/" method="POST" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="2500000"> Upload Image: <input type="file" name="imgfile">
<font size="1">Click browse to upload a local file</font>
<br/><input type="submit" value="Upload Image">
</form> 

 

Thanks for any help. I am not sure if this is a html, php, or a apache2 issue.

 

Matt

 

Link to comment
https://forums.phpfreaks.com/topic/202600-default-http-upload-location-apache2/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.