Tagged Questions
1
vote
1answer
38 views
warning of duplicate item while uploading file in document library
I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
0
votes
1answer
283 views
Upload a document in a specific folder
I would like to set a specific folder when I open the upload.aspx page to help.
I tryed to look in the dll but the license of reflector is expired.
UPDATED
Maybe this post can help ...
0
votes
1answer
177 views
Upload a document and fill out list item data in the same form
I am working on a solution where I need to upload a document to a document library, as well as input the item information.
I would like to do this from a single form, as opposed to the Out-of-the-box ...
5
votes
2answers
524 views
Why does the FileUpload control get bound to the current list item in a custom list EditForm?
I've written a custom edit form for a list which means I lose certain out of the box capabilities such as Attachments as it was part of the out of the box form. The way I have implemented the form is ...
2
votes
1answer
336 views
Upload a file into new document upon folder creation
I have a document library in which I want to store folders (people). Each folder have some metadata (person's properties). Then in each such folder I will hold documents (files) associated with ...