|
|
Search
You searched for the word(s):
< 1 second(s)
-
Hi Ken, many thanks for this.
It's not the moving of the 'File Guid' name to my database that's the problem, I'm already doing this, but it's the name of the physical image file that I'm saving my folder on my server. It currently saves the file using the filename as a way of identifying it, but I'm trying to save this using the ...
-
I wonder whether someone may be able to help me please.
Part of my script, like most I suspect, contains the line which copies the image to a server folder via:
$mvcfile->CopyTo(''saveimagefiles'');
This correctly saves the file using the filename as the identifier for the file. Could someone perhaps tell me please ...
-
Hi Ken, many thanks for getting back to me so quickly.
I had worked it out, eventually, and I edited my orignal post to reflect this, so I'm not sure whether it's been procesed yet.
Kind regards
Chris
-
I wonder whether someone may be able to help me please.
I thought I'd got this problem solved but unfortunately I still have some errors:
I'm using the code below to upload and save image files to a mySql database.
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ...
-
Hi Ken, sincere thanks for your reply.
After your suggestion I went and re-wrote the code and in case anyone needs a helping hand on sending the form data to mySql databases, this is what I've put together.
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html ...
-
I wonder whether someone may be able to help me please.
I've put together the following code which allows the user to select and manually upload files, saving it to a folder on my server which all works fine.
<?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
|
|
|