cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with mimetype

Former Member
0 Kudos

Hi,everybody!

I have a question if i have to define the mimetype for types of files

that I upload to KM becouse it may be all type of file,the user want to

upload.And if anyway yes,how I do it,i.e. wich mimetype matches

specific file type,for example wich mimetype matches .pdf file?

Regards,

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michael,

Check the folllowing links Will help you definetly:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5d3c40a-0801-0010-55b7-9e3...

https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api...

<b>Otherwise:</b>

Just check that this information may be helpful to you. These links are related to WDA. But the same concept will be used in Java also.

the usage for both of these is well documented for wd4A. Use the following link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242b...

You will need to look for mime objects and file upload ui elements.

For mime objects you can look at this tutorial

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2eb11b59-0a01-0010-dfa3-8292abdf...

And for the file upload you can refer to this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/e4884180951809e10000000a155106/frameset.htm

Warm Regards,

Vijay