문제

I'm trying to create a column in a list that users can upload a picture to. I found the Hyperlink or Picture, but this requires that users specify a URL for the image.

Is there way to create a column that will allow users to upload an image from their hard drive rather than specify a URL?

도움이 되었습니까?

해결책

Can you provision a Picture Library as a starting point and then customize that? That would give you a list with the built-in behaviour of an OOB picture library, rather than starting from a normal list.

다른 팁

Not that I can think of. I would think that with some client side code, you could simulate that functionality by presenting the user an browse/upload screen that dumps the file into a picture/document library, gets the URL and places it back into the hyperlink field.

Check this open source solution: http://sparqubepicturelite.codeplex.com/

Try using the Telerik Rad Editor (Lite) along with a Rich Text field and have the user embed the picture that way. Should work but you are making a blanket change on how your users interact with Rich Text Fields.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top