I want to implement 'File Upload' functionality in my custom web part.
The files uploaded from local disks will be saved in the database.
Normal file upload for ASP.NET is working fine. In sharepoint, the same
code is not working. I am using an external html file as embedded
resource and read it in the RenderWebPart method. When I typed this
statement "<form id='' name='' enctype='multipart/form-data'>...</form>"
the upload button itself is not working. Can anyone redirect me to the
site where I can find some proper working code. Or if possible, send
some source code and detail instructions regarding it.