Groups > dBase > dBase Internet > Re: Problem with httpfiletransfer.cc




Problem with httpfiletransfer.cc

Problem with httpfiletransfer.cc
Tue, 29 Jan 2008 07:57:39 -050
Hi, mi problen is when I use "UploadSample1.prg" always show this
message "Not uploaded. There was an error reading your file. Please try
again."

Post Reply
Re: Problem with httpfiletransfer.cc
Tue, 29 Jan 2008 20:22:52 -050
Pedro wrote:
> Hi, mi problen is when I use "UploadSample1.prg" always show this
message "Not uploaded. There was an error reading your file. Please try
again."

As best I can tell, you are having some kind of error in the ReadMultipart() 
method. This is very difficult to trouble shoot from afar. I suggest (a) double

check all the instructions to be sure the files are set up correctly. (b) add
the 
following line

_app.errorAction = 3

at the very top of UploadSample1.prg then after attempting an upload, look at
the 
dBASE error log and see what it says. It should be in the same folder as your
exe 
file.
Post Reply
Re: Problem with httpfiletransfer.cc
Thu, 31 Jan 2008 09:12:36 +000
Michael Nuwer escribió:
> Pedro wrote:
>> Hi, mi problen is when I use "UploadSample1.prg" always show
this 
>> message "Not uploaded. There was an error reading your file.
Please 
>> try again."
> 
> As best I can tell, you are having some kind of error in the 
> ReadMultipart() method. This is very difficult to trouble shoot from 
> afar. I suggest (a) double check all the instructions to be sure the 
> files are set up correctly. (b) add the following line
> 
> _app.errorAction = 3
> 
> at the very top of UploadSample1.prg then after attempting an upload, 
> look at the dBASE error log and see what it says. It should be in the 
> same folder as your exe file.
> 
Post Reply
about | contact