Using Fileuupload Contro To Upload Product Images?
Jan 22, 2010i am . but it is giving access denied error.the same code is runing on local host but on GODADDY it is bugging me.
View 5 Repliesi am . but it is giving access denied error.the same code is runing on local host but on GODADDY it is bugging me.
View 5 Replieshow to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.
View 5 RepliesI'm looking for a way to have user upload as many images as they want (perhaps via drag and drop) or dynamically adding more upload box.I thought statically fixing (say 6) HTML upload input box is slightly limiting and the user have to click "Browse" button (6 times in this example) and navigating to the folder to pick the file.What is the best practice to achieve this so users find it easy to use? Perhaps with some AJAX magic?I also wouldn't mind having the user click "Upload more" to reveal (say 6 more) HTML upload input box.
View 2 Repliesim trying to implement a gallery of sorts where the usercan view and upload images (he can only upload once signed in). Does anyone know where i can find a gallery like this, or do i have to code it myself?
View 5 RepliesHow to upload mutiple images with one file up;oad like in facebook or orkut using asp.net(VB).
View 1 Repliesas Paypal offer "Add to cart" and "view cart" the two options which I need the most.And the biggest issue is that I am creating a website for a printing company. so they want a file to be uploaded with each product example a photoshop file but paypal does not give any upload file system.If I give upload file control before the user go to paypal page but every product should have an uploaded file and I don't know that how many products the user selected in paypal cart.
View 1 RepliesIs there any web service which will return the prouct name by accepting the product barcode input?
View 2 Replieshow create user control in asp.net
View 2 Repliesi am using asp.net webform not asp.net MVC.
i want to make my webforms as single page application
ex: i have a webform for products and the correspoding Product Links
if i click on any products the related details of that product has to be dispaly in the same webform .
i dont want to goto another webfom and dispaly the details of the product.
I have an application were users can upload pics. The code below allow only jpg images but i want to extend it to gif, png.The code is below:
Imports System.Data
Imports System.IO
Imports System.Data.SqlClient
[code]...
I am using the form authentication for some folders in my application.So it will ask for login when any request comes to that page.I am using login control in the login page,also modal popup extender to show the login control in page load. That all works fine. The problem is, once the user hits the "Close" on the popup, it closes and then nothing happens,a blank login page is shown. I tried adding javascript to go back ,but did not help.is it possible to show the login page as window.open in javascript so that when i close the login page i will remain in the old page itself without redirecting to empty login page?
View 4 Repliesi posted a problem few days ago
i was trying to upload images
after using the upload asp control
i save them into an array to upload them all at once this is working fine on the localhost but if the array contains more than 3 images on a different PC on the domain it gives me an exception
the exception "Cannot access a closed file"
i am saving my images in a folder in the same project and only the path in data base i do not know if that the best solution but i considered the performance that way will be better
i tried the solution mzmishra gave me
< httpRuntime maxRequestLength="10240" requestLengthDiskThreshold="4096"/ >
it did work and there is no more exceptions in different permition levels but in a permition level the images does not saved in the server so when i tried to view them there is no image to view.
i want to add the functionality of adding profile images for each user, i search i net for help but all the examples which i found are based on just uploading images to the web application but without linking these images to the login user.
View 4 RepliesIam trying to upload around 10-12 different images and vedio using seperate separate FileUpload but when I pressed submit button it will show "This page cannot be displayed" and not execute the code.
View 6 RepliesI have 5 PCs and I creat a FTP folder in each PCs.
I want to copy images in a folder from my computer to that FTP folders.
How can I do it in VB.net?
internet Explorer cannot display the webpage when trying to upload a large image.I have a webform for inserting images. There are four FileUpload controls on the page, allowing the user to upload 4 images at the same time. It inserts them directly into database, in Image field, but before that I am resizing them to 200px x 160 px.
The problem I am having is as follows: If I try to upload larger images (over 2MB), one at the time, everything goes fine. But if I try to upload 2 or more larger images at the same time, I get the message: Internet Explorer cannot display the webpage, and there is a button below: Diagnose Connection Problems.
Can you please point me to what could be an issue? It obviously has something to do with the image size, but I have no idea what.
i was trying to upload images after using the upload asp control i save them into an array to upload them all at once this is working fine on the localhost but if the array contains more than 3 images on a different PC on the domain it gives me an exception
View 2 RepliesInstead of uploading image one by one, how do i achieve to upload all the images from the folder?
View 5 RepliesI have a problem with file upload... Im trying to upload two images into sql database.. First i tryied to upload pictures on the single web form..
Everything worked fine, but now I have 2 web forms where Im trying to upload images on the both pages and the problem is that i can not upload all of the pictures i choosed... Some of the images uploaded no problem but on some of them show up server connection lost can not connect to server..
i am doing work on my project so i want to upload multiple images in c#.
View 1 RepliesId' like a sample on how to upload images with the Imgur API and then use the images on my ASP.NET website. The images should be uploaded to Imgur, and I'd like the path to the images to be stored in a database.
Link to Imgur API
I want to develop a website for a photographer where the admin (the photographer) is allowed to upload new fotos which will then automatically be added to the gallery.
I was thinking of using a flash gallery as there are some nice free templates online. But I don't know how I will make the flash automatically show new images aswell. Or maybe I should just make a javascript gallery.
I am working on asp.net web application (VB) where the user uploads his images in the web server and then he can retrieve those images by using gridview with paging.
Everytime as the user uploads new images, the code should create new folder.
For e.g:
[code]....
i wants to upload images on server with small scale, large scale and medium scale on server hard disk when user uploads picture on server by upload image click..
View 1 RepliesI have a field image at SQL and I need to upload and save images from SQL toASP and viceversa
View 2 Replies