TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-13-2008, 12:11 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Unlimited File Uploads

How would I allow for unlimited file uploads using forms?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-13-2008, 01:14 AM   #2 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Just a rough guess

PHP Code:
<?php

foreach(array_keys($_FILES) as $key)
{
    
$dest $root '/uploads/' $_FILES[$key]['name'];
    
move_uploaded_file($_FILES[$key]['tmp_name'],$dest);
}
TlcAndres is offline  
Reply With Quote
Old 02-13-2008, 01:15 AM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Thank you, I'll keep this in mind but I already figured it out using Javascript ( DOM )
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-14-2008, 10:56 PM   #4 (permalink)
The Acquainted
Inquisitive 
 
WinSrev's Avatar
 
Join Date: Sep 2007
Posts: 133
Thanks: 6
WinSrev is on a distinguished road
Default

You do realise that unlimited is impossible? and that someone might try and take advantage of the situation (e.g. hacker)
Send a message via ICQ to WinSrev
WinSrev is offline  
Reply With Quote
Old 02-14-2008, 10:57 PM   #5 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by WinSrev View Post
You do realise that unlimited is impossible? and that someone might try and take advantage of the situation (e.g. hacker)
Yeah, I realize that, it's just what the person that requested it, wanted. xD I already figured it out using Javascript.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:22 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design