
nora
Deleted
Mar 18, 2000, 12:05 AM
Post #1 of 2
(260 views)
|
|
Help for upload text file need
|
Can't Post
|
|
When I use upload by browse I get: foreach $line (@data){ $line ( I get all lines of a file in one line ) } Result: line1line2line3 ------------- When I upload text file by FTP I get what I need: foreach $line (@data){ $line ( I get line by line ) } Result: line1 line2 line3 How to modify file.txt uploaded by script to be the same as transfered by FTP? Any suggestion? Thanks Nora
|