cancel
Showing results for 
Search instead for 
Did you mean: 

Using FTP to upload images on remote server

Amey-Mogare
Contributor
0 Kudos

**REALLY URGENT*****

Hi,

Currently I'm uploading a file from my web dynpro application onto a server.

FTP is being used to achieve this...

Now the problem is sometimes during image upload. FTP connection gets timed out if the file size is large and network traffic is large.

We have tried increasing timeout but still the problem persists..

My files size will range from 1MB to 20MB..

Can anybody suggest which file transfer mechanism to use to successfully upload files??

sample code is most welcome..I want to call this file upload from my web dynpro application (in one of the views)

pls reply if u have any idea about this...

waiting for your reply, pls help.

regards,

Amey

Accepted Solutions (0)

Answers (1)

Answers (1)

Amey-Mogare
Contributor
0 Kudos

Cause was the HttpReadTimeout was very less. Increasing it to 3 mins worked