Jump to content

PHP File Upload Help Needed.


nexus-cy

Recommended Posts

First of all I would like to greet everyone in the phpfreaks forum, this is my first post and i hope I am in the right place, if that should not be the case I do appologize.

Now down to my problem,

I have created a 3 step script which in...

step1 displays a html form for entering various data.

step2 enters this data into a mysql database, extracts the automatically assigned unique-id of the newly entered data from the database and creates a folder with the name of the extracted id, in which I want to upload images later (created folder has mode: 0777 set).

step3 displays a form with 6 file-upload fields that should send the selected image-files to a seperate script page in order to upload the selected image-files into the previously created folder.

steps 1 & 2 are working great, upto the point of uploading the image-files. I don't seem to get this part of my script to work (in fact i have no idea of how to write a script that can handle multiple uploads at the same time, rather than one by one) and need some help in finding a solution. The image folder is located two level above the folder where the script should run.

I hope someone can point me in the right direction to fixing my problem. If you should need more info please don't hesitate to let me know...

Thank you in advance for all the tips and help.

nexus-cy
Link to comment
Share on other sites

If you do a search on either the Newbie or main PHP Help board, this question has been answered before. If you don't find an answer to your question, feel free to post again.

Thanks, and welcome to the forums!
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.