This is a discussion on Error within the PHP Language forums, part of the PHP Programming Forums category; I m getting this error while uploading an image through form copy(http://localhost/madame/uploads/alt/medium/zoom.gif) [...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I m getting this error while uploading an image through form
copy(http://localhost/madame/uploads/alt/medium/zoom.gif) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections. in C:\webserver\www\madame\classes\product.php on line 226 can any one please help me |
|
|||
|
On Jan 15, 1:50*pm, sarikason...@gmail.com wrote:
> I m getting this error while uploading an image through form > copy(http://localhost/madame/uploads/alt/medium/zoom.gif) > [function.copy]: failed to open stream: HTTP wrapper does not support > writeable connections. in C:\webserver\www\madame\classes\product.php > on line 226 > > can any one please help me aa |
|
|||
|
sarikasoni12@gmail.com wrote:
> On Jan 15, 1:50 pm, sarikason...@gmail.com wrote: >> I m getting this error while uploading an image through form >> copy(http://localhost/madame/uploads/alt/medium/zoom.gif) >> [function.copy]: failed to open stream: HTTP wrapper does not support >> writeable connections. in C:\webserver\www\madame\classes\product.php >> on line 226 >> >> can any one please help me > > aa is that the line of code? where are you copying it too? your trying to copy zoom.gif from http to local file right? (im taking it the future version of this code will be a different url...) Kinda need to paste us the code and what your trying to do. -- Daniel Ennis faNetworks.net - Quality Web Hosting and Ventrilo Services System Administrator / Web Developer PHP Developer for 6 years daniel@fanetworks.net |
|
|||
|
Daniel Ennis wrote:
> sarikasoni12@gmail.com wrote: >> On Jan 15, 1:50 pm, sarikason...@gmail.com wrote: >>> I m getting this error while uploading an image through form >>> copy(http://localhost/madame/uploads/alt/medium/zoom.gif) >>> [function.copy]: failed to open stream: HTTP wrapper does not support >>> writeable connections. in C:\webserver\www\madame\classes\product.php >>> on line 226 >>> >>> can any one please help me >> >> aa > > is that the line of code? where are you copying it too? > your trying to copy zoom.gif from http to local file right? (im taking > it the future version of this code will be a different url...) > > Kinda need to paste us the code and what your trying to do. > Use more explicit subject and do RTFM. I'm absolutely sure your question will be answered there. Thanks. -thibī PS: quote your strings, hu. |