i want to upload multiple image in php.am getting image path like (image.jpg,image2.jpg,etc..).it is possible to split the path and upload each file to folder...can anyone help me with code.

Recommended Answers

All 2 Replies

Your question is not very clear. To answer the obvious question as to whether or not you can upload each file to a folder, then yes you can. I assume from your (ill-formed) question that you have both/all file names in a single string, but you need to "cut" them apart in order to process them separately?

yes,you are right..i have all image path(url) in a single string with comma..now i need to split and upload each image file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.