Search:
Type: Posts; User: Calagoure
Search :
Search took 0.03 seconds.
Query was perfect! Thanks so much Bokeh, you are a life saver!:D
$query = "INSERT INTO properties ('location','description','image1','image2','image3','image4','image5','image6','image7','image8') VALUES ('$location','$description',";
foreach($active_keys as...
OK I see part of my error now. So I replaced
$uploadFilename
with
$uploadFilename[$key]
in the query and I get the file name, including the whole path from c:
If I echo this
I should add that immediately before the code I added is the following
// now let's move the file to its final location and allocate the new filename to it ...
OK, this is the form:
<?php
// filename: multiple.upload.form.php
// first let's set some variables
// make a note of the current working directory relative to root.
$directory_self =...
I realize the last post on this thread is a year ago but it still comes up high on the list of Google searches for multiple file uploads. I tested the code and it works great(in fact the best I...