This is doing my head in! I just want to know how I specify file name to correspond with the item ID (database). I've just changed hosting providers and my new server doesn't allow 'Upload.Save' method so I have to use 'Upload.SaveVirtual'
I am trying to upload a file using asp then rename the file to a new name. I have the upload portion working but I am running into problems with renaming it. I want to rename it to the session id and the proper extension. Here is what I have:
Code: Dim fileName fileName = LCase(load.getFileName("file")) ' Get file extension Dim extension extension = Right(fileName,3) ' Rename File fileName = Request.ServerVariables("REMOTE_ADDR") & "." & extension The file is renamed but the extension is not added on. Do you have any ideas on what might be the problem?
What is the easiest way to 1) delete a File System Website Solution and 2) rename a File System Website solution?
I noticed when I create the ASP.NET Web Site (via File System location option) that I get one directly with my code (.aspx etc files). but the solution is under the default Visual Studio directory. So I assume if I delete these two directories then my solution is really gone?
Renaming a solution seems to be a bit more tricky - what would be the easiest way to rename the solution and the associated directory with the acutal code (.aspx etc files)?
I have an application that can upload real estate images to a website. The set of images is headed by a 'default' image. The default image is renamed to a prefix + property ID (example: DR91.jpg). The other images for the property are named differently. Their format is Prefix + property ID + time stamp (example: DR91_0401240231442.JPG).
The problem is if I delete or attempt to change the images for the property, the default image will either not delete from the admin area or when I get it deleted, I upload a NEW default image and it appears to be the same image.
I verified the default image is deleted from the directory (on the server) when asked to do so from the admin area. It looks like the image is cached, because the new file is the same name as the original default image (DR91.jpg) when the other images are not cached because they are named with a time date stamp and don't have the same name. Code:
Ok, the following page uploads files to the server and renames them according to the item ID and database table (or update type). It also replaces existing files. There are potentially 5 files for each item ID (see FILE REFERENCE). Code:
if there's a way to rename the session("group") assigned to a user without dropping the actual session? My aim is not rebuild all the session("group") allowance clauses..after adding a group that has entrance granted to two different sites.
So instead of recreate the session permitions of the new group that was created for the new site but that also has access to the former one...I'd like to do something like session rename (using a group who's privileges are related with the new group on the former site).
I need to rename folder with ASP through Scripting.FileSystemObject. I have searched the web, this forum and other places but I haven't found it anywhere. Hopefully some of you have the solution.
To make this even more difficult:
The folders may contain files. Every file has to be within the new folder.
I want to convert this site for San Franciso. For seo purposes, about 70% of ALL files begin with "santa-barbara" OR have that phrase in the file name string.
Is it practical to write a script that would go through the whole web site and rename all files to change "city" names like this? I could then use VS to do a find and replace in the actual files themselves. If this is possible and not too laborious, can someone share a script or point me to one on the web.
I am developing a web site which includes a database containing website URLs. I need to check time to time about the status of these URLs whether those are merged with otherweb sites , renamed or expired. I want to make this process automated and a report generation which directly displays status of each site URL.
I'm trying to create a dynamic page where I can edit a region from a simple admin area. I'm pretty confident that I can handle the database and asp coding (yeah who am I trying to kid) but what I want to be able to do is upload an image from the admin area too.
My hosting company is telling me that they have aspupload installed. Is this all I need and if so is there a tutorial anywhere that can help me on my way?
What I'm trying to do is upload an image(which I've managed with the sample code from the ASPUpload site),then I want to rename the image to a number, namely the value of an autonumber field in my Access database.i.e. 1.jpg, 2.jpg etc
I have no problem retrieving the autonumber etc it's the renaming part I'm struggling with.I'm using ASPUpload v2
Could anyone post some sample code or point me to somewhere that covers this.I've had a search around and can't seem to find much.
I need a forum that takes in maybe 5 images. and the a seperate page a script that will upload it to a folder called "images" in the same directory as where the .asp pages are located.I need the script to also read the name of the files - because i plan on inserting them into a db.
I am using ASPUpload and trying to upload images to a database. I have had success in getting the image to the db and then dispalying the imnage on a webpage. The problem is wheni have more than one image for a record and want to display all images for that record. Has anyone done this with ASPUpload that might be able to look at my code and give me some tips?
Does anyone know where I can get a FREE version of the AspUpload.dll file. I know that a paid version is available at aspupload.com and that at one time this utility was free.
I'm trying to get the ASP component ASPUPLOAD to work. I have a form with fields and their own browser button. I'm using the Post method to send to an ASP page. I'm getting an error after clicking the upload button on the form to upload the images that says "Method Post is not allowed for this ASP page.
do I store the images (cover images of movies) in a folder or in the DataBase? Storing in DB has it advantage such as backing-up db will also back-up everything. but will it be fast... enough to retrive the images. I am already conserned over the speed of things... as I am using Access DB with over 5,000 records already in the data base.
I just noticed my upload function isn't working since I have move the folders and files to different directory.
Now I get this error:
Error Type: Persits.Upload.1 (0x800A003D) Wrong Content-Type. Make sure you have included the attribute ENCTYPE="multipart/form-data" in your form. /foldername/UploadScript.asp, line 54
line 54 is: Upload.Save "z: ewfolder"
I have given modify, read & write permission for IUSR_MachineName account on NewFolder and given Read & Write permissions in IIS.
I also included ENCTYPE="multipart/form-data" attribute in my upload form.
I'm wondering if someone can have a quick look at my code and see if there's anything that I've done wrong.
<% DIM File, Upload, Count, Ext DIM Mail, strMsgHeader Set Upload = Server.CreateObject("Persits.Upload.1") Count = Upload.SaveVirtual("/html/uploads/")
IF NOT Count=0 THEN FOR EACH File IN Upload.Files Ext = UCase(Right(File.Path, 3)) IF Ext <> "TXT" AND Ext <> "DOC" THEN Response.Write Upload.Form("FirstName") & ",<br><br>" Response.Write "Sorry, your resume " & File.Path & " is not in a .DOC or .TXT format and has not been delivered through our system. Please save your resume in one of these formats and resubmit it." File.Delete ELSE
IF Count > 0 THEN Mail.AddAttachment Upload.Files(1).Path
On Error Resume Next Mail.Send IF Err <> 0 THEN Response.Write "There was an error sending your message. Please visit our Contact Us page and send a message to our Webmaster to report this error: <B>" & Err.Description & "</B>" ELSE Response.Write Upload.Form("FirstName") & "," Response.Write "<p>Thank you for contacting our recruiter. Your resume has been received and will be reviewed shortly. If we have a position is available that matches your skills, we will contact you to schedule an interview. We keep all resumes on file for a period of 6 months, please feel free to resubmit your resume after this time for future consideration.</p>" File.Delete END IF END IF END IF
I've developed a simple upload section of my site that allows the user to upload mp3 audio clips of new bands.
I've used AspUpload v2.0 as this is provided by my ISP, but even though these clips are no more than 500KB in size, the server is generating timeout errors.
I asked my ISP why this is the case and they said that the server timeout is set to 10 seconds so depending on the connection speed of the user who's uploading the files it will mean that they can only upload files of 200KB even on broadband.
anyone have experience with this? godaddy says aspupload is already installed. I am verrrry new to website work and am trying to make http://peppgum.com/peppphotos.htm upload a file to the /images folder so they can be read by the simpleviewer flash dealio.
I put the http://www.aspupload.com/manual_simple.html HTML code i found there into the page, and got the box, browse.submit. then i copied the yellow box code for asp script1.asp into notepad and saved as .asp
i frontpage ftpd them to godaddy but not working? i need to limit it to .jpg files as simpleviewer only works with .jpgs, how can i do this? and rename the files once uploaded starting at 1-infinity?