Webpage Can't Save To Different Drive?
May 24, 2010
I'm trying to create a web page so users can upload a file to it. If I use drive C: it works just fine. If I change it to another local drive, I get an error message saying "Could not find a part of the path and then it lists the path. All part of the path are there and works great if the drive letter is C.
Is there some concept I'm missing or is it just not possible for a web page to save someplace other than C:?
I'm using VS 2008.
Here's the code:
Dim fn
As
String = System.IO.Path.GetFileName(File2.PostedFile.FileName)
View 3 Replies
ADVERTISEMENT
Oct 25, 2011
I have a website written in .net 4. I'd like to include a save button on one the pages that will save the webpage as a mht file. This way the user can save the page as a mht file type on his/her desktop without have to use the browser toolbar.
I'm currently working with the following code but I need to modify it so it to capture the url of the current page the user is viewing verses hard coding the url into the button click event.
Partial Class Form1
Inherits System.Web.UI.Page
End Class
[Code].....
View 2 Replies
Oct 21, 2009
I have a website written in .net 4. I'd like to include a save button on one the pages that will save the webpage as a mht file. This way the user can save the page as a mht file type on his/her desktop without have to use the browser toolbar. I'm currently working with the following code but I need to modify it so it to capture the url of the current page the user is viewing verses hard coding the url into the button click event.
Partial Class Form1
Inherits System.Web.UI.Page
End Class
View 6 Replies
Sep 21, 2011
The application i installed at pc is function. But just when i want to save data into drive c through the application. the access is denied.
View 10 Replies
Nov 20, 2009
I want my high school students to be able to save their VB projects to their network drive folder on the school's fileserver. The students do not have access to the c: drive by Group Policy. VB does not even see the network drive each student has mapped. I have googled around and discovered it has to do with VB not trusting any network folders. There is a supposed solution by using the .net framework configuration tool but I had no success getting that to work. Right now I have them saving their project to their usb drives. They have a tendency to lose or forget those. Is there a simple way of getting those network folders accessable?
View 2 Replies
Feb 26, 2009
I routinely make backups of my VB 2008 projects, using Windows Explorer, copying the entire project file to a thumb drive. For some obscure reason, a couple of days ago it suddenly stopped working. Specifically, the project is fine on the harddrive, can be copied to a backup area of the harddrive, but when I copy it to the thumb drive, I get an error message indicating the file can't be found. This is not a new process--I have been backing up projects for several years and never encountered anything like this.
When I click on the project folder, it shows the typical files. When I doubleclick on the .sln file, nothing happens (meaning the file does not open as it does on the harddrive). Solution Explorer shows a .vb file. When I click that, I get the "Can't find the file" error. Other projects on the thumb drive open with no problem, but I am hesitant to overwrite those with "new" versions that may not work.
View 3 Replies
Feb 5, 2010
I'm sort of new to the vb 2008, and I would like to be able to send a file to another computer and save it on the local drive. Doesn't have to be in any certain folder, but just on the c drive. I know for the old visual basic you would use winsock for this, but in 2008, they have removed it. What and how will I do this. There will be no program on the user's computer. This is done all from one computer sending to another with no program listening on it. This computer is on my network with network sharing, so I can just do like a \computernameorIPaddress and open send the file that way.
View 2 Replies
Jun 7, 2011
1.I want my program to get the drive letter (like c:,d:) on form load and save that to a variable.What should i do to get the drive letter? 2.I want my application to fire this command (shutdown -s -p) on button click. But if i use this path (process.start("F:WindowsSystem32shutdown.exe -s -p")) to do the work it doesn't work.
The path is correct. What to do?
View 1 Replies
Jan 31, 2011
Possible Duplicates: How to Convert html web-page to image format in ASP.net web-application ASP.NET page to image or pdf.
I have an aspx webpage. Once that page is rendered, with a button click how can I export it to PDF? What is the process? Do I need an external third party tool to achieve this?
View 2 Replies
Apr 10, 2009
How do I save a web page in VB.NET?
View 1 Replies
Jul 19, 2009
I want to programatically save the current webbrowser document in my browser, along with all the images, CSS and whatever else is needed for the page to display properly.[code]...
View 1 Replies
Aug 1, 2009
I wanna do something like this
Dim strExampledotcom as String
strExampledotcom = (whatever to get a webpage)
(do stuff)
(etc...)
I want to test the first word in the page. [URL]
It says "Sorry!" if the screen name is taken. It says "Congratulations!" if it's not.
I'd like to make the request url like this: [URL]
inb4 remove html: I already figured I need to do this.
View 1 Replies
Jul 27, 2009
[Code]....
now i have folder call help in("D:help1.jpg")in this folder files download fom another program and save. now i want that i have pen drive .i want to make such command that when click button it copy the files from ("D:heelp..") and copy to the pen drive.
View 6 Replies
Sep 15, 2011
i am having a mysql database that is having a password. so i am using it to login to the program. Is there a way to save the password (md5 encrypted i can do this) on a flash drive so i can access it from the program but the user can't access it.
View 17 Replies
Oct 21, 2010
I have a program that displays a web page, but I'm having trouble in using the savefiledialog to save it, I can find tutorials on saving text but cant seem to find anything on the internet for saving a webpage.
View 5 Replies
Mar 22, 2012
I am trying to make a project, but I am beginning and the examples that I see in the forums are giving certain. desire to make a program where web opens definitive page. When opened, the shown content is copied and recorded in an archive. Desire not to copy code HTML, but yes, the text that is appearing in the screen.
View 6 Replies
Apr 11, 2012
The thing that I am trying to achieve is -
1) Create a simple Web Browser [DONE]
2) Clear Cookies by Mouse Click on the Button [DONE]
3) Save the links present in the webpage that the user is viewing through my browser [PROBLEM]
Here's the code that I have done -
Code:
Imports System.IO
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]......
View 1 Replies
Dec 19, 2011
i am trying to write the application which saves the web page in html format on local path. But this aspx page contains the 3 classic asp pages,
sample code
Dim myWebClient As New WebClient Dim cred As New NetworkCredential("***removed***", "***removed***")
[Code]....
[URL] this page contains the asp pages with 2 differnt tab on it and i need those tab data too on my html page.
View 5 Replies
Feb 19, 2012
I'm running the following WMI script to get the associations between drive letters and physical drives on the system, but for some reason it omits CDROMs/DVD-ROMs. Can someone tell me how to get those as well?
Code:
ComputerName = "."
Set wmiServices = GetObject _
("winmgmts:{impersonationLevel=Impersonate}!//" & ComputerName)
Set wmiDiskDrives = wmiServices.ExecQuery _
("SELECT DeviceID FROM Win32_DiskDrive")
[Code3]...
View 12 Replies
Jun 16, 2009
I have a program that allows the user to enter a drive letter into a text box. The program then takes the letter and find the physical drive number (i.e. deviceharddisk3..). It then stripes out everything and leaves me with the number 3.
In VB6 I used mDrive.bas from vbAccelerator.com and it worked perfectly. I have been all over the internet and back and cannot find a solution written in VB.NET.
View 14 Replies
Oct 13, 2009
I want to make a tool that will assign a USB pen drive a drive letter, I am using WMI to acknowledge the device being plugged in, I can pull the deviceID, name, etc now I just need to work out how to assign the device to a drive and I just cant figure it out
View 4 Replies
Dec 18, 2010
The drive is connected via USB and the problem I'm having is that, periodically, while my code is executing, the usb drive seems to disconnect and reconnect. (Nothing to do with the program, but the drive itself).I want to find a way to prevent these temporary drive reconnects from interrupting my code. IE, i want to insure that whatever read or write that is requested is actually executed even in the case of a temporary drive interruption.
View 1 Replies
Dec 10, 2008
Does anyone know if there is a way to determine if a drive is local or a network drive?
View 1 Replies
Jun 17, 2009
I am trying to get the physical drive (device) number from the drive letter. If the user inputs the drive letter C the program will find the associated physical device number. For example if I input C then the result needs to be \Device\HardDrive1\... Some call it NT Device Name; I think. I have the code for VB6 from vbAccelerator, which works perfectly, but it does not work in VB.NET. My question is there a simple way of pulling the drive info that contains the drive letter and the physical device number. I have searched the internet and found nothing for VB.NET. I would post code but I have nothing for .NET.
View 1 Replies
Sep 29, 2011
USB flash drive or pen drive in vb.net...
View 14 Replies
Jun 16, 2009
I have a program I am converting from VB6 to VB.NET and I am stuck at the very last piece of code. I need to determine what physical device number is associated with the drive letter.
The program takes the drive letter from a text box and goes and finds the device number (i.e. deviceharddrive3...) and strips out everything leaving me with the devicer number; in this case the number 3. I have searched the internet to and fro and found nothing in VB.NET.
My program in VB6 uses a .bas module from vbaccelerator.com called mDrive.bas and works great. I can't figure out how to convert it over to VB.NET.
View 6 Replies
Mar 10, 2010
i have an aspx page with vb.net back end. in that page i get names and url's from the database depending on different conditions. My requirement is that when i get the url, the code should then use that url and have that webpage in a small preview form on my existing aspx page. so basically i have a table as follows -
[Code]...
View 1 Replies
Jun 15, 2010
Okay, so I'm using this code to save a webpage to a file:
Dim myWebClient As New System.Net.WebClient
myWebClient.DownloadFile(mainbrowser.url.tostring, _
"C:/currentpage.html")
[code].....
View 9 Replies
Feb 19, 2009
First off a short background of the project I am working on- I am developing a program that will be run off removable media (i.e. USB Flash drive). This will be a �virtual desktop� which you will be able to take with you and have the same �desktop� on any system. As we know drive letters can change with each host system the drive is plugged into, I need to be able to determine the path for the flash drive and access a specific folder ( i.e. My Documents)
I have an picture box(representing the icon) placed on my form (form1) and when I click the icon I want to be able to open and view the a specific folder from the portable drive. I need a click event that will determine a dynamic drive letter for a directory on the removable drive and then open that directory in an explorer window.
[Code]....
View 1 Replies
Mar 12, 2011
I am using the following code to get a list of the letters for each drive on my computer. I want to get the drive letter of CD Drive from this list. The code I am using to get list is as below:
[Code]...
View 2 Replies