| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> not that it should matter. <0> I have an apache server. <0> i need a php script to receive the post and save the file <1> I know this is a bit unfeeling, but I'd bet she killed herself. <2> and what do you need to test ? <0> simple binary file upload (graphical files)
<2> ok, how can I help ? <0> it would be nice if the posted values could be echoed back to me. <2> if the uploaded stuff is a file, the only data you'll get is a filename <0> I need someone to write me a php page that can recieve a post, save a file (if any) and echo posted data back to me in a response. <0> filename = good :-) <2> ok <0> but i'll be sending other data as request data. <0> $_REQUEST <2> The $_FILES array is where PHP stores all the information about files. <0> I really should get my php 5 book out... and struggle through... but I'm really pressed for time. <0> so I'm here begaring :-) <2> look @ $_FILES['uploadedfile']['name'] <2> and $_FILES['uploadedfile']['tmp_name'] <2> a simple sample code : http://www.tizag.com/phpT/fileupload.php <0> I'm not sending the file via php. <0> I want to receive the file via php <2> yes it's it <0> I'm using Clever Internet Suite <2> don't know about that one <0> you don't need to. <0> just how to receive/save a file and echo $_REQUEST variable <2> you need to make two .php files <2> one for the upload form <2> and another to manage the results
<2> (display the $_request) <2> a big bad way to echo this would be a simple file with <?php print_r($_REQUEST); ?php> <2> in it <2> and when you are happy with what you get you can elaborate some nicer way of showing the datas <2> if you need those data for another programn you could write it in a text file <3> holy crap Anna Nicole died <0> http://abclocal.go.com/ktrk/story?section=entertainment&id=5016088 <-- press conference by the hospital (live) where A.N. Smith died. <2> like with : $fh = fopen($myfile, 'w') or die("can't open file" . $myfile); fwrite($fh,$_REQUEST); fclose($fh); <4> Pa! Ma! I'm Home! <0> basically... I need to upload a file with some details about who owns it and some other profile data for the user doing the upload. <5> ki9a, there? <6> anyone have a printer interface unit? <6> i'm about to scream over printer troubles <6> and report builder <0> what is a printer interface unit? <7> Goodge: I guess. <5> don't sound too excited to hear from me :P <5> How does Rectangle.BeginAnimation work? <6> a year ago someone had a collection of printer-related functions <6> most of the borland links i find are no longer valid <7> Goodge: My experience with WPF is pretty much limited <7> to the movie I made :) <5> I'm asking about your movie :P <5> you have rectangles, and use BeginAnimation <5> :P <7> Goodge: ah. It animates at the given time <7> for the given duration.
Return to
#delphi or Go to some related
logs:
#delphi flash 8 standaloneplayer download #solaris #nhl #beginner #networking #nhl #fedora ld_path_library unix #beginner
|
|