goneroc
07-30-2004, 01:54 PM
I posted earlier about File Upload...thanks to everyone who responded. Much appreciated. Unfortunately The ASP Upload software is giving me trouble.
This is the two files working together in action on the ASPUPLOAD server...as you can see it works fine http://support.persits.com/upload/demo2.asp
The problem I am having is this... I downloaded these two files to my server. As ASPUpload allows you to do soThey function properly on first glance...but when the second ASP file is called into the browser on submit, there is no preview of the image i supposedly just uploaded. Just a question mark that you always get with a broken image link. The ASP page does not report an error however. I would think as long as there is a folder entitled "upload" at the same level as my ASP files, that the file would upload to it. Since if you look at the code in the second ASP file, this is where it specifies that the files get uploaded to. It never does however. Just the broken link...I check in the folder on the server...and no file as well. Ive tried troubleshooting a few different things. First, I tried to actually make a folder called C://upload at the same level as my ASP files, since technically, thats what the folder is called in the ASP FILE. The swerver wont let me name a folder that. Second...i tried renaming the folder in the actual ASP file. I took out the C:// and just called it upload...but that doesnt work either. I tried renameing the folder "test" and placed a corresponding "test" folder at the same level on the server as the ASP files. then I try and upload and I get an error saying the path is incorrect...WTH is going on here? If I have a folder on the same level as the ASP FIles named wahtever I name it...why cant I rename the folder in the ASP file to correspond???...I tried both with and without the C:// and either way I get an incorrect path error. Why dont I get an incorrect path error when the folder is named C://upload? its not like the file is uploading properly there????? CAN ANYONE tell me what I am doing wrong??? I would very much appreciate it. Im sure its simple but I am new to ASP so I dont know...
This is the two files working together in action on the ASPUPLOAD server...as you can see it works fine http://support.persits.com/upload/demo2.asp
The problem I am having is this... I downloaded these two files to my server. As ASPUpload allows you to do soThey function properly on first glance...but when the second ASP file is called into the browser on submit, there is no preview of the image i supposedly just uploaded. Just a question mark that you always get with a broken image link. The ASP page does not report an error however. I would think as long as there is a folder entitled "upload" at the same level as my ASP files, that the file would upload to it. Since if you look at the code in the second ASP file, this is where it specifies that the files get uploaded to. It never does however. Just the broken link...I check in the folder on the server...and no file as well. Ive tried troubleshooting a few different things. First, I tried to actually make a folder called C://upload at the same level as my ASP files, since technically, thats what the folder is called in the ASP FILE. The swerver wont let me name a folder that. Second...i tried renaming the folder in the actual ASP file. I took out the C:// and just called it upload...but that doesnt work either. I tried renameing the folder "test" and placed a corresponding "test" folder at the same level on the server as the ASP files. then I try and upload and I get an error saying the path is incorrect...WTH is going on here? If I have a folder on the same level as the ASP FIles named wahtever I name it...why cant I rename the folder in the ASP file to correspond???...I tried both with and without the C:// and either way I get an incorrect path error. Why dont I get an incorrect path error when the folder is named C://upload? its not like the file is uploading properly there????? CAN ANYONE tell me what I am doing wrong??? I would very much appreciate it. Im sure its simple but I am new to ASP so I dont know...