ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-france
php-france
Re: [php-france] Binary Upload
by Technicien Kalyweb.com other posts by this author
Dec 31 2001 5:30PM messages near this date
[php-france] Binary Upload | Fw: Re: [php-france] Lecture des enregistrements
Essaye ça :
if ($fp=fopen("c:\\image.gif","ba")){
  fputs($fp,$file);
  fclose($fp);
}
else echo "bad";


>  if ($fp=fopen("c:\\image.gif","ba")){
>  fputs($fp,$file,strlen($file));
>  }
>  else echo "bad";
>  et ca ne marche pas ! k1k1 peut-il m'aider ?
> 
>  merci
> 
>  franck
> 
> 
> 
> 
> 
> 
> 
>  --
>  Avant toute question, lisez la FAQ: http://www.manucorp.com/faq.html
>  Pour vous désabonner envoyez un mail à php-france-unsubscribe@[...].org
>  Pour toutes les commandes envoyez un mail à sympa@[...].org avec HELP
> 



-- 
Avant toute question, lisez la FAQ: http://www.manucorp.com/faq.html
Pour vous désabonner envoyez un mail à php-france-unsubscribe@[...].org
Pour toutes les commandes envoyez un mail à sympa@[...].org avec HELP
Thread:
Pierre-Alain Joye
Franck Legoux
Technicien Kalyweb.com

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved