473,406 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Uploading of photo into form

I have a table in a form where i would like the user to be able to upload up to 8 photo's. The photos that have been uploaded so the person can see the photos in the form before completing the form and saving it.

I have seen a number of upload scripts but not able to do multiple uploads and the user to see while still completing the form.

Any one know if what I am trying to do is actually possible and if is can someone point me in the correct direction.

This is the section of the form I am trying to upload the photos into.
Expand|Select|Wrap|Line Numbers
  1. <tr>
  2.             <tr>
  3.                 <td><input type="button" value="Upload Photo A" /></td>
  4.                 <td><input type="button" value="Upload Photo B" /></td>
  5.                 <td><input type="button" value="Upload Photo C" /></td>
  6.                 <td><input type="button" value="Upload Photo D" /></td>
  7.             </tr>
  8.             <tr>
  9.                 <td><img src="photo.png" /></td>
  10.                 <td><img src="photo.png" /></td>
  11.                 <td><img src="photo.png" /></td>
  12.                 <td><img src="photo.png" /></td>
  13.             </tr>
  14.  
Mar 17 '17 #1
1 1064
Dormilich
8,658 Expert Mod 8TB
if you want to upload the form before submitting, you must use AJAX. ANd of course you need to think of what to do if the user uploads images, but never submits the form.
Mar 20 '17 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Ralph Freshour | last post by:
I'm trying to code the ability for my users to upload up to photo's to mysql database - can someone point me in the right direction as to how this might be done in php? Perhaps a tutorial or some...
2
by: Philip D Heady | last post by:
I have a webpage that uploads a photo picture file to server, but goes through some error checking before it redirects to the next page. Since I do not have PHP compiled with mime type support I...
3
by: Ken | last post by:
I have a database called autographs.mdb that is in the "XYZ" folder in the "database" folder. I have a form in the database that I want to display a photo of the celeb on. The photos are in a...
3
by: Brian Basquille | last post by:
Hey there all, Fairly easy question for a C# expert, i assume! Am still working on my Photo Album. On frmBrowsePhotos, i have a listBox (photosList) containing photoID's from a table in an...
1
slapshock
by: slapshock | last post by:
hi!!!!!! is someone up there can give me the codes of uploading and retrieving pictures in visual basic 6.0........... i really need those codes..........thnx
9
kmpltd
by: kmpltd | last post by:
I have created a form in Access 2003 which displays a catalog photo as well as information about the photo. One field is the PhotoName, and there is another field, txtImageName, containing the file...
1
Parul Bagadia
by: Parul Bagadia | last post by:
Hello, I am making a project in ASP where am embedding VBscript in it.. Its about sth like a social networking site.. Am making it in Microsoft Expression Studio. Here i want to provide user with an...
7
by: nwclark | last post by:
Ok... I have a noobie issue. I am trying to upload a photo to specific directory on my server. (this is working correctly with the code below). However, I am also trying to rename the file and...
1
by: herbertdionzon | last post by:
Working with this since last week, but i cannot go through. Already have a script which could upload 1 image. But when I decided to add multiple images there were errors. Here's the form and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.