| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Sep 28 '12 at 12:31 | |
| stats | profile views | 4 |
|
Oct 10 |
awarded | Student |
|
Sep 27 |
comment |
How to upload image file into the SharePoint 2010 picture library using javascript If you have any other approach using java script then it might be helpful. |
|
Sep 27 |
comment |
How to upload image file into the SharePoint 2010 picture library using javascript I can not use build in API... |
|
Sep 27 |
comment |
How to upload image file into the SharePoint 2010 picture library using javascript I am able to add an item to the custom list but not able to upload a file into it.I have written following code for reading a file in java script but got "Undefined object" exception for 'File' -- var oList = clientContext.get_web().get_lists().getByTitle('Test'); var fStream = File.OpenRead(uploadimagepath); var newPic = oList.RootFolder.Files.Add(phototitle, fStream); |
|
Sep 27 |
asked | How to upload image file into the SharePoint 2010 picture library using javascript |