Search found 2 matches

by cjmartinez2285
Thu Jul 10, 2008 3:01 pm
Forum: PHP - Code
Topic: Save file to user directory and link/href saved to mysql
Replies: 3
Views: 203

Re: Save file to user directory and link/href saved to mysql

Hi astions, I understand the process it needs to go through but my code is not working, I have it pulling the array, no problem. The hard part is to somehow have it upload the file itself to the users created directory, and also, have it store the url (file location) into a database table which I wi...
by cjmartinez2285
Wed Jul 09, 2008 9:42 am
Forum: PHP - Code
Topic: Save file to user directory and link/href saved to mysql
Replies: 3
Views: 203

Save file to user directory and link/href saved to mysql

Hi All, I have been trying to work on a project for a bit here and am having a little bit of trouble. What I am trying to do is have a registered user be able to upload multiple files to their own user directory through the front-end (logged in) of my site, and then be able to save the location of t...