How To Upload Ebooks In Website
Oct 21, 2010I want to upload eBooks in my website, so what datatype I should be using for this? (in MS Visual Studio2010)
View 1 RepliesI want to upload eBooks in my website, so what datatype I should be using for this? (in MS Visual Studio2010)
View 1 RepliesI am Using "Visual Studio 2005 Professional" .I start a new WEBSITE Project .I chose ASP.NET website and i work on it.i want to publish it but i cant?i want to Upload this WEBSITE Pages in My Domain.
View 11 RepliesHow can I display an uploaded power point presentation inside a c# asp.net web application?
View 1 Repliesi have made website on my local computer by Sql data source, so if i will upload that website then it will b work or not?
View 1 Replieswhen i am trying to upload a file through the website, the following error will be occured.
Could not find a part of the path 'C:inetpubvhostszaika.co.inhttpdocsUploadFiles24_Balaji.jpg'.
Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:inetpubvhostszaika.co.inhttpdocsUploadFiles24_Balaji.jpg'.
I am creating a website and m half way there. Now I want to upload my website onto the remote server and want to test it from anywhere. What shall I do for this? I have created website using c# and asp.net in VS2008, while the remote server has VS2005. I have modified the connection strings in my web.config as per the server. So pls tell me how to upload the website on the server and how to test it?
View 7 RepliesI was doing a project involving posting a new job site. How do you upload a .docx file to the server, and then allow viewer to view it later on the web.
View 3 Replieshow to use file upload control in asp.net page and with its proper coding?
View 1 RepliesI have a asp.net website where I am using the Flash SWFUpload [URL] upload component.
The same code is hosted on two servers - on server A I can upload images without any problems. On server B I get Error 500 when I try to upload - no other error message. I am unable to find what server settings are different between those two servers. I cant find any solution on SWFUpload forum.
best way to let users upload pix to your website is to use the FileUpload control?
View 4 Repliessuppose we have a example.exe file. we first put that file in a new folder and then zip that folder with any zipping software, Can we prevent that zipped folder upload in a website?
how can we do that?
I'm using ASP.NET with C# and MySql. I'm trying to upload images to my website, to a folder called images, and to store the path on my MySql Database. And i want to show the images by using the path stored on the bank. Above is my code to insert images to the website.
[Code]....
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance nameis correct and that SQL Server
is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) "This error display in myI do all type of changes in my sql server, which i find in google, but now my site can't display proper.
i will upload my pictures in image folder located in admin folder ,but because admin folder will be visible only to site administrator ,so web site visitors cant see these pictures in each page that are inserted.
i do save pictures in a editor :my code is:
[Code]....
how can i upload my pictures in any folder in main directory not in admin folder?
how can i get path of a folder in main website directory for save image in it?
i used database sqlserver2008 and i make website which have database on internet serveri get ip address and username and password for that databse ;it's sqlserver 2005i want to upload database to my website ; i conccet with it by sqlserver managament 2008 ;then when i attachment database i get these messagemicrosoft.sqlserver.management.sdk.sfk how can i solve this error
View 3 RepliesI'm looking for a way to have user upload as many images as they want (perhaps via drag and drop) or dynamically adding more upload box.I thought statically fixing (say 6) HTML upload input box is slightly limiting and the user have to click "Browse" button (6 times in this example) and navigating to the folder to pick the file.What is the best practice to achieve this so users find it easy to use? Perhaps with some AJAX magic?I also wouldn't mind having the user click "Upload more" to reveal (say 6 more) HTML upload input box.
View 2 Repliesim trying to implement a gallery of sorts where the usercan view and upload images (he can only upload once signed in). Does anyone know where i can find a gallery like this, or do i have to code it myself?
View 5 RepliesI have a file upload control on my page with a regular expression validator that handles the file format.
Users can upload files but I want the maximum WIDTH size to be 500px.
If any bigger I need to show a message advising the width is to great and stops them.
Im using a file uploader to upoad files to a folder used for upload.But the problem is this folder is a linux folder. I have made it a shared folder so that I can access from windows by samba. So, file transfer is successful when I'm using os but when I try to upload something from my websites uploader to this folder, this process is not successful. I have given all permissions to this folder.Don't know whats the problem.I have used both type of slashes for directory but still it is not successful.
View 4 RepliesI need to figure out a way to prevent users from uploading a couple file types in my vb.net page. How can I prevent users from uploading .msg or .gifs during a file upload?
View 3 RepliesI have a file upload area and would like to stop the pop-up box area from closing when the user has uploaded their file. Anyone know how I can do this ? this is the code:
[code]...
Anyone know how to use the file upload control to upload word docs etc
View 3 Repliesi am trying to upload files through the ASP.NET File Upload control.
Every thing is working fine, except for the fact that when i try to upload the file on the server i am getting an error: (probably some authorization exception).
do i need to give some rights to the upload up there on the server. If so then for which account and do i need to restart the server after giving rights?
I want to allow a user to upload several files with one upload action. What is the simplest way to do this?
View 3 Repliesi am using file upload control to upload the files in asp.net with vb.net as code behind. am storing the files in my local drive. my doubt is, how shall i read those file using asp.net application.
View 1 Replies