Skip to content
WJunction - Webmaster Forum

need some modifications

Status
Not open for further replies.

6 comments

You can use the same procedure as you do now with a single image, but do it in a loop.
$lines = explode("\n", $_POST['textarea']);
if(count($lines) > 30) {
die('Too many files');
}
foreach($lines as $line) {
$srcfile
= trim($line);
//copy $srcfile here
//check size of the file with filesize()
}
 
Status
Not open for further replies.

About the author

B
Member · Joined
15
Messages
0
Reactions
1
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom