|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 Uploading Script(Click here to view the original thread with full colors/images)Posted by: Ishtar I have an uploading script, and I tried to make it so that it can upload more than one file at a time, haven't been able to figure out how, so I thought I'd post it here and see if any of you knew. BTW it is PHP. Posted by: Emily I'm too lazy to write out the code for it, and it seems pretty awkward, but I think you could tell the user to separate files by commas, and then take the variable value of the textbox and divide into array elements with a substr() function (I think thats what function you would use). Then you'd count the number of array elements with count() and use a for loop to upload each file in the array. Seems like there'd be a less clumsy way though... Posted by: Ishtar I'm a complete newb when it comes to PHP but I can try to figure that out lol, Thanks! vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |