cancel
Showing results for 
Search instead for 
Did you mean: 

Upload File BSP

Former Member
0 Kudos
410

Hello,

We are programming a BSP application in order to upload files to a directory server.

We try to use some UPLOAD functions, but at the moment, we are not able to upload a file into the server. We don't use MIME repository. We have configured a file systems (using PREFIX and DOCROOT info)

Could somebody give us more info ?

Thank you

View Entire Topic
Former Member
0 Kudos

Hi Bernat,

If you are using the Web AS 6.20-> then one good I idea is to set up the Content Server. That is very easy to set up and use. I have done this in a three different projects and I have to say that stroring and retrieving documents is simple as dance when I am using the Content Server. http://help.sap.com site produces very good information about Content Server.

Br

Mikko Mäkelä

Message was edited by: Mikko Mäkelä

Former Member
0 Kudos

Hi,

Thanks for the response. I want to know what do I need to configure the content server. I went through the documentation in help.sap.com. I would like to know is this process done by Basis Admin ?

Please advice..I am just trying to upload some excel files.

Thanks

Ashish

daniel_jakobs
Advisor
Advisor
0 Kudos

Hi,

the file upload is done and the data is in a xstring in the onInputProcessing Event-Handler. Now I want to save the file to disk. Ok open dataset works fine, but how to determine the correct path for example the MIME Repository of any application?

We want to upload e.g. style-sheets via web-interface.

thanks

daniel

Former Member
0 Kudos

Hi,

i´ve just read your threads and get an idea how to deal with Bernat´s problem.

There´s a parameter called "icm/file_access", i actually use this paramter for pictures for my own icm error pages.

Ther you can define a system directory ( e.g. "usr/system/profile") and a name (e.g "zimage").

Now you can call your data by "http://yourhost.de:yourport/zimage/data.txt".

Note: The paramter get in work after restart ICM.

@Daniel: This is even interresting for our problem, we will set this up at Tuesday, when you are back.

Regards,

marcus