Forums
This topic is locked
PHP Upload File
Posted 20 Jan 2002 09:55:46
1
has voted
20 Jan 2002 09:55:46 subagija alien posted:
hello everybodyI just tried to add "PHP Upload File" behaviour to a page.
Unfortunatelly i always get a message like this:
"Fatal error: Call to undefined function: is_uploaded_file() in /var/www/html/lulik/upload.php on line 32"
anybody can help me.... thanks
Edited by - joelmartinez on 23 Jan 2002 11:59:19
Replies
Replied 23 Jan 2002 11:58:08
23 Jan 2002 11:58:08 Joel Martinez replied:
this post has a better chance of getting answered in the php forum <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Replied 23 Jan 2002 18:52:59
23 Jan 2002 18:52:59 subagija alien replied:
thanks Joel ...
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
this post has a better chance of getting answered in the php forum <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
this post has a better chance of getting answered in the php forum <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 23 Jan 2002 20:59:18
23 Jan 2002 20:59:18 Tim Green replied:
The reason that this is happening is that your version of PHP is less then 4.0.3 (I suspect that you are using 4.0.2). Unfortunately the only solution to this problem is to upgrade.
If it is your ISP who runs the server I would complain bitterly at running such an early version of PHP, as there are certain security issues that have been resolved in later versions.
Hope this helps.
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
If it is your ISP who runs the server I would complain bitterly at running such an early version of PHP, as there are certain security issues that have been resolved in later versions.
Hope this helps.
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
Replied 30 Jan 2002 13:48:31
30 Jan 2002 13:48:31 enquest enquest1 replied: