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
Php file upload
Moderator: General Moderators
Re: Php file upload
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