File Upload With Personal Info
I am trying to create an asp site that allows users to upload their details to a database (college project). So far I have got it working in terms of users uploading ther details from a html form to an access database. So far so good.
I want to allow users to upload an image (photo) and then allow this photo and info to be display on a page for other users (like the dating websites do!). I am finding this very difficult as I am a newbie + im a student (therefore cant afford to buy components) . Does anyone know a free way of doing this - or a web site with a dummy proof tutorial.
View Replies
ADVERTISEMENT
We face problems uploading excel (with macros) documents using HTML
File Upload.
The file contents are corrupted while viewing the same. However, we
are able to upload excel (w/o. macros) documents successfully. Is
there anything we have to take care of, while handling uploads of
excel documents with macros?
View Replies
View Related
I´ve made a program and now i would like the users of the program to be able to download updates from my website.
I want the user to show where the EXE-file on their computer is, so i can check version number, size and name of the file.
Do i need the user to upload the file to the server first before i can check version number, size and name?
Can i do this without some kind of component? Code:
View Replies
View Related
I want to write the info on a form to a text file. Code:
View Replies
View Related
I'm having a problem with the fact that I want to allow image files to be uploaded to a remote web server, as the hosting package the web site is on is IIS6 and has a default file upload size limit of 200kb. As it's a shared hosting package, the default limit cannot be changed for me unfortunately.
Anyway - i need to check the size of the file being uploaded, so i can notify the user and prevent them getting the default Microsoft error message page. The problem is that I can't implement a server side size check which works, using either Request.TotalBytes or load.getFileSize (with "load" being an object of my loader class). It seems that I can't carry out any of these operations when the file size is too large.
View Replies
View Related
I would like to add a facility to my web page which allows users to upload basic files (word, excel, text, gif, jpg etc) to the server.
I know there's a facility to do this using HMTL forms, but I don't know how to handle the file on the server side.
What I think I need is an ASP file running some code to manipulate the filesystemobject, allowing me to receive the file and store it in the filesystem on the server. It would be nice to access some of the file properties too (name, type etc).
I've seen a few custom components online which allow you to do this, but I can't depend on installing them. I need to be able to script it myself.
View Replies
View Related
I would like to use this code on my website to allow simple file uploads from clients. I would like to restrict the file types they can upload. Code:
View Replies
View Related
looking for OLD Personal Web Server example files.
LeaveMessage.asp
MessageInsert.process
MessageResponse.asp
MessageTemplate.process
Any where to obtain these ?
View Replies
View Related
I just need to create 36 pages dynamically, each us a webpage for each
person. Its dynamic from the Db, and the no seems to be growing.
I am hoping to have short URLs like www.domainname.com/personname , Instead
of giving lengthy form Posts (www.domainname.com/pages.asp?id=32)
Also I hope there are ways to create webpages without creating folders to
each. (Is not possible to create folders to each person when they grow in
thousands...right?)
View Replies
View Related
My installation of PWS 4.0 won't run at all anymore. I'm going to uninstall it
and reinstall it hoping it will work again. I worked great for severa months.
I'm using Windows 95.
To uninstall I'm guessing I can use the setup program:
Start->Programs->Microsoft Personal Web Server->Personal Web Server Setup
Now I see an initial screen, click next and I see a screen where I can click
Remove All to remove all previously installed components.
Will that do it?
View Replies
View Related
Where can I download MS Personal Web Server
View Replies
View Related
I have Windows XP Home and I want to setup a personal web server that will allow me to run ASP pages off of my home computer but I cannot find any that will allow me to do so. I tried looking for IIS on here but it doesnt come with home, only professional apparently. So is there somewhere I can download it, another server program I can use.
View Replies
View Related
Is there a free ( has to be free ) web server that can run active
server pages like pws?
View Replies
View Related
I want to set up a Personal Web Server on my computer, which is an XP Pro. THe book has a link to download this -- at http://www.microsoft.com/msdownload/...ack/askwiz.asp THe problem is that this page looks kind of outdated and I am using XP Pro. Also, when you click on "Option 1" on that page, you go to a page with 4 different NT Options. WHich one do I select when using XP Pro?
View Replies
View Related
I have made an attempt to publish to a public domain using VS 2005. I have
an option for Trust or No Trust in the Publish section of the properties. I
chose trust and create a key (Personal Information Exchange).
There are too many variables for me to understand why I can publish to a site and go
through an installation and then reach the end where the actual exe file
should run only to have it display an XML page with information about my
certificate.
Anyone have an idea about what may be happening here?
View Replies
View Related
I installed PWS 4.0 on my Windows 95 computer. It installed and ran nicely
without any problems for several months. Then I stopped using it for a while.
Now that I need it again it won't start. The Personal Web Manager program runs
and when I click on Start to start the server running nothing happens now, not
even an error message. I see a message saying "Web Publishing is Off". This
should change to "Web Publishing is On" but it doesn't. Rebooting and turning
off Zonealarm didn't help. I'm using this to learn ASP.
Is there anything I can do to try to get it running again?
Should I uninstall it with Add/Remove Programs in Control Panel and try
reinstalling it?
I tried searching the Microsoft site, looked through the Support &
Troubleshooting area and could not find any help for this problem. I also tried
Google Groups without success.
View Replies
View Related
Is there a way to have Personal Web Server on XP- Home?
View Replies
View Related
I'm working on a asp-application where I shall upload a xml-file from the
user, and then process til file (xml) for insert into a database. I'm currently
using a "INPUT-field of TYPE=file" to browse for file, and a extra submit button
to perform the actual transfer and start file-processing.
Is it possible to show the user one ebutton "IMPORT" without any text-field
associated with it, which browses for the file and directly startes the
upload to server and triggers file-processing. The actual processing of the file
must be done on the server-side (inserts to db etc.).
View Replies
View Related
Is it possible to upload files using <INPUT type="file"> tag from IE on PDA .
View Replies
View Related
when i load the page nothing happens, it just refreshes to a blank page. does this page need to be named something special? does it need to be on the same server it's uploading to? Code:
View Replies
View Related
Whit ASP upload procedure i charge to a server files with different extensions.
But if you want to download a file with the extension ".Bat" ( for example execute.bat ) the browser returns:
The page can not be found. The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
The path to the file execute.bat is exactly and this file execute.bat is located on the server.....
View Replies
View Related
Where can i find information on how to upload files to a folder on my server using asp code and a form? Does anybody have a simple snip of code for this that they would mind sharing?
View Replies
View Related
Could someone point me in the right direction for an asp script that would save an XML file to a folder on the same server it resides on?
This XML file will be sent from another application and the asp script needs to accept the XML file (no validation of the XML in the file is required) and save it to a folder on the server.
I've seen scripts with a web frontend which requires user interaction where the user has click a browse button and select the file to be uploaded from their local machine. The script I require will have no user interaction - the XML file will just be fired at the script from the other application and it should save it to a folder on the server.
View Replies
View Related
i need a piece of code which enables my to upload a PDF file into the server hard disk....im using ASP to develope my website....
View Replies
View Related
I have to do something like this that a user see list of record if he would find record and want to upload that list then he could upload in a pdf file of that record.
View Replies
View Related
I'm looking for some ASP code that will allow a user at my website to upload a jpg. image from his or her harddrive to my website or just to mail it to me via email.
View Replies
View Related
I want to build file upload functionality that, when user clicks on a link, a file browse box pops up and allow the user to select a file and upload it. Is this supported by IE at all? If yes, could someone send me a simple example?
View Replies
View Related
Im trying to upload files to my website, my write permissions folder is /db, but when I try to upload some file, Directory does not exists shows up. What could be the problem?
My code:
View Replies
View Related
how can I copy a file that is in one folder of the site such as /data/ to another folder, like / ?
View Replies
View Related
I want to upload a doc file to email form and want to send to my email adress. Anybody have idea how can I upload a doc file into a form and send it as attachment to my email address.
View Replies
View Related
How can I Upload one file .dbf to SQL SERVER, I can't not get path where file .dbf store because it store in pc client and I don't want copy it to Server.
View Replies
View Related
i want to know about file upload problem in my asp application. how to upload file from the user to my project path (example c: ewsimage)
View Replies
View Related
I have written a script to upload the file. The script can upload txt, rtf file. However, when I try to upload doc file, the file cannot open, or just decode as a rubbish. Do you have any idea about this problem?
View Replies
View Related