Php 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
hemi19
Forum Newbie
Posts: 4
Joined: Thu Sep 17, 2009 2:13 am

Php file upload

Post by hemi19 »

Hi All,


I am new to PHP . iam doing a application in that i got a problem. i want to add a file (which may be arround 5 to 15 mb). As soon as he loads my user had to see what is the file he added as it is. I am able to do upto uploading a file. Can i place a textarea below and display wht he has added. For example if he has added a resume in below texarea or anything again we have to show the exact resume with all the bullets or numbering that is in resume. If it is possivle please help me out
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Php file upload

Post by Jade »

I would suggest that once the file is uploaded you use javascript to open a popup window and display the file. Take a look at this, it dynamically creates and opens a text file: http://design1online.com/examples/lesson5/mapeditor.txt
Post Reply