File Upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mroiler
Forum Newbie
Posts: 1
Joined: Fri Apr 23, 2010 8:40 pm

File Upload

Post by mroiler »

Hi, I know little to no PHP code. I have Adobe FlashBuilder 4 (formerly FlexBuilder) and I want to make a file upload for it. I know what code to use for FlashBuilder I just need PHP code that will make it work. I need the file to do the following things:

-Upload Files
-Restrict file size to 10MB
-Restrict amount of files in folder to 5

I will need another file that will:

-Show current files in folder
-Have ability to download them

Thanks!
Last edited by mroiler on Fri Apr 23, 2010 9:04 pm, edited 1 time in total.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Help!

Post by Benjamin »

Forum Rules 1 1.1 2 wrote: Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
You may also want to read:
  1. General Posting Guidelines
  2. Posting Code in the Forums
  3. PHP Manual
  4. PHP Tutorials
Post Reply