Search found 3 matches
- Fri Aug 14, 2009 4:33 am
- Forum: PHP - Code
- Topic: PHP Upload.....File types....
- Replies: 4
- Views: 398
Re: PHP Upload.....File types....
Hi again, Sorry, I figured it out ....I copied and pasted your code wrongly because I am stupid! ha, ha. Thanks again for you help. Don't mean to be a pain but I am wondering if you know how to add multiple uploads? So, say I wanted 5 upload forms/browse buttons, with a combined totally size of no m...
- Fri Aug 14, 2009 3:47 am
- Forum: PHP - Code
- Topic: PHP Upload.....File types....
- Replies: 4
- Views: 398
Re: PHP Upload.....File types....
Hey,
Thanks for having a look at my problem....
I am getting a parse error now on your script:
Parse error: syntax error, unexpected T_DNUMBER in /home/prm09/public_html/download/reliance/upload.php on line 7
Something to do with the .doc file type?
ANy ideas?
Thanks in advance,
Ryan
Thanks for having a look at my problem....
I am getting a parse error now on your script:
Parse error: syntax error, unexpected T_DNUMBER in /home/prm09/public_html/download/reliance/upload.php on line 7
Something to do with the .doc file type?
ANy ideas?
Thanks in advance,
Ryan
- Thu Aug 13, 2009 5:49 am
- Forum: PHP - Code
- Topic: PHP Upload.....File types....
- Replies: 4
- Views: 398
PHP Upload.....File types....
Hi people, First of all I am very new to php and this forum so excuse my stupidy if this is simple. I found a tutorial for a simple PHP uploader, my site needs peopl to upload, jpeg, gif, doc, pdf and maybe even eps. I found a tutorial and got this working....from a security aspect I'm not sure its ...