Persits Image Upload
I have put together a form where i can browse for an image and then upload this to my web site.
Then i would like to take the location of the new uploaded image and add it to my database.
This is where i am having trouble! i cannot seem to put the location(s) of the images into an array.....
View Replies
ADVERTISEMENT
I keep getting the following error message when attempting to run the below script.
Persits.Upload.1 (0x800A001)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
line 42.
line 42 is "File.ToDatabase Connect, SQL"
Code:
View Replies
View Related
I need some help with aspupload and a database. I have used the same script before and it worked fine, but now it wont upload. Code:
View Replies
View Related
I just moved a site to a new host and now when I try to upload a picture for a real estate site I get:
D:hshomealcadminarizonarenttoown.comadminPIC_Upload.asp
Persits.Upload.1 error '800a0028'
This feature has been disabled by system administrator. Use File.SaveAsVirtual instead.
/admin/PIC_Upload.asp, line 25
Its something to do with this but I don't know how to correct: http://www.aspupload.com/object_upload.html#SaveVirtual
If I paste part of the code to my script could someone help me out if it is a simple fix? ....
View Replies
View Related
how can i upload all the files of a folder which is selected by the user using persits.upload
View Replies
View Related
I have an ASP script which is used to upload files with Persits.Upload.1 object. But I can't get the values from mutliple checkboxes in the form like normally.
<form method="post" ENCTYPE="multipart/form-data"....>
<input type="checkbox" name="language" value="English">English
<input type="checkbox" name="language" value="Spanish">Spanish
<input type="checkbox" name="language" value="Chinese">Chinese ....
View Replies
View Related
I'm putting a website on a different server to what I normally use and I've had to adjust from Persits.Upload to Persits.Jpeg. I'm not sure what I'm doing here? My code works fine on the old server. Code:
View Replies
View Related
I am using a form to upload images with Persits.Upload object. Now my problem is I cant use multiple checkboxes in the form.
In general forms I can use Form("checkboxName").Count to get the number of checkboxes selected and use Form("checkboxName")(i) to retrieve the value of each check box.
This doesnt work with Upload.Form
View Replies
View Related
I'm working on a project where I'm suppose to upload a image to a server. The uploading works fine but when I want to change the image I uploaded to another image I can't get the filepath of the old image to show in my "filefiled"....is it possible to set a "value" where I can retrieve a filepath in a form if the input type is "file"?
View Replies
View Related
I need to write an image upload script asap, with saves the filename of the image in a database and the image itself in a folder.
View Replies
View Related
i am facing problem to image upload and show on web page. can anybody tell me about that and give me script for that.
View Replies
View Related
I have displayed some image from client pc in a browser with one check box in each image. If the check box is checked the image has to be uploaded to server while submiting the page. I have the path of the image with me from client pc. I am not using file control.i.e <Input type="file" .....>. How to upload that image from browser to server without using <Input type="file" .....>.
View Replies
View Related
ive searched through google but still i haven't seen any tutorials on how to upload a picture in the server. Do you know any ?
View Replies
View Related
What is the code required to upload images to a web server from a users local machine? I need to amend an in-house CMT to add this facility, currently written in ASP. Code:
View Replies
View Related
I've been trying for a while now to write a page that uploads an image to a file.
Does anyone have a really simple example that I can start with. I have searched the net but only found complicated examples.
View Replies
View Related
I have searched around the web and have yet to discover a "HOW TO" for this, tho there are lots for PHP.
So I am asking if any one in here got a clue on how to do it? I am using a simple form and want the image stored in the MySQL with the 3 fields (ID, Path and Blob).
Any one got any ideas?
View Replies
View Related
I need a pure ASP (no com, or dll objects) solution that not only allows me to upload an image, but also resize it.....
View Replies
View Related
How to upload file/image and store the file path to my access?
View Replies
View Related
is it possible to have an asp script create a thumbnail of an image upon upload?
i want to create a rather small thumbnail and 65 x 83 and put it in a folder '/sized'
oh yeah, and one more quick thing.. i am pulling information from a database.. why is it that the symbol ' gets changed to a ? when pulling it from the field.. will this go away when i start adding information through forms instead of access?
View Replies
View Related
I want 2 upload a image and some text to the sql server database. and in anothere page i will retrieve all the fields . so can anybody help me.i am giving u the html source....
View Replies
View Related
Does anyone have an existing image upload script that I can limit the size, width, and height?
View Replies
View Related
I use upload.asp (an open source file) to upload image file to a hosting folder, and save the file name to a field of database (I use mysql). But sometime (not all time) when I upload a new image file, I lost all the old value (old image file name) that saved in the field of database, the file name field in all old record are all changed to NULL, but the new file name is correctly saved into the right place.
Does any body know why it happened? Is it because the upload action or insert action? And "insert into" sentence can change old record value?
View Replies
View Related
Anyone ever tried to upload several images in ChiliASP? Right now I can upload images one by one using ChiliUpload component. How can I upload several images at one time ? Once, I tried to use VBScript, but there was error messages. I think because ChiliASP limitation.
View Replies
View Related
I have to copy an Image from one Server to an other. It has to be done as follow:
Get the URL of the Image (http://dddd.ddd.gif) then copy to an folder on a NT4.0 Server.
Thats pretty easy if adodb.stream would be working.
I need an free codebased alternative or maybe an configuration tip for the IIS on a NT4.0 server.....
View Replies
View Related
Yes different users can post images with the same name and they should be renamed as you state.
However you can not upload an image with the same name if you have already done so and give msgbox that duplicate image name pls check image name and image size is not larger then 13kb.
View Replies
View Related
Currently I have a simple form where users input and update their data. This works fine.
However, we now have a need for users to be able to upload a picture to their profile. I have managed to successfully do this, however, once the picture is uploaded I need it to be automatically resized and renamed in the format "username.jpg". Then I need the path of the picture to be stored in the database with their record so that when it is opened the picture can be shown also....
View Replies
View Related
how I can upload multiple image files from an ASP page to an MS ACCESS database. I understand that the best method is to upload the image to a folder on the server and then insert the file name into the database. I have had a go with smartASPUpload, but no joy. Someone has also told me I need to download an upload file-is this true?
I am using the dreamweaver database, bindings, and server behaviours, so any code that you can send to me will link to the database via a custom connection string. I need the form to contain 2 upload fields and obviously I need both images to be saved when the form is submitted. My form contains some general text fields as well, which will also need to be inserted into the database.
View Replies
View Related
I have a database with Image paths for a field (fldImagePath) How can I make an ASP script where if it CANNOT FIND the image at the specified path, that it uses a default image instead ("which will be a product image not available" image)
Do I have to use Error trapping?
View Replies
View Related
I need help to do a upload image with image resizing (for the thumbnail view). our hosting provider supports file SoftArtisans upload component. How can I do the my task
View Replies
View Related
I need to create a upload image form,but this will need check image size, width and height, and don't use any extra COM. Is it possible?
View Replies
View Related
I'm tryin to make a image file uploader. How do I do this in ASP with out the use of any of those components, just pure ASP. If someone has a tutorial, or code or somethin that's pure ASP it would be good to look at.
View Replies
View Related
I have been running a photo site for 4 years. http://www.photo4me.com.we have finally outgrown our upload proceedure.I'm looking for a better way of handling our image upload.
I would like the members to upload a large image, one that we can print from or let customers download.I would then like a script of some discription to make a thumbnail and grab a small section area of the image.For displaying the image on our site
View Replies
View Related
i am coding in asp. I got a problem with uploading two image files to the server and database in a page. I got an image file uploaded in to server and the path got stored in db(MS Access). But when using two image files at a time using an upload component ,its not getting. I am using two images(small & enlarged) for a news from the admin system and uploading the images in a small and enlarge folders in the server.
View Replies
View Related