Hi all,
I want to let user to upload images on my site and put some discription too!
I want that these things should be saved in my database too.SO how can I achieve this?
Search Result
Collapse
23 results in 0.0019 seconds.
Keywords
Members
Tags
-
How can I upload images in my aspx page?
-
Isotope - Database driven
I'm currently setting up an image gallery using Isotope and it's combination filter:
http://isotope.metafizzy.co/demos/co...n-filters.html
However... this will also be used as an internal resource for the company to find relevant PR imagery from 1000's of photos (not all these images will be public facing).
Is there a way of automating the addition of content to an Isotope gallery via an upload form, and... -
Were can I share my software?
Hi,
I've recently made a mind mapping software in vb.net (http://openmindsoftware.webs.com) and I am struggling to find places to share it. I've added it to cnet and have uploaded an advert to youtube but thats it.
I was wondering if anyone knows of any good places to share my work?
Thanks in advance,
Josh. -
tricky upload situation request (5GB), is it possible?
We have a dedicated webserver with debian6 (squeeze), apache2, php5 + mysql5. This server is used as a lamp and has 1024mb random access memory. Diskspace is 100GB.
A client needs 5GB filesize uploads for video productions.
Is it possible with PHP/AJAX?
With POST the files get stored first into the RAM and after uploading all data stored to the disk, and that's why we are limited.
There must be a better option for... -
ilya Kraft started a topic How to replace image form folder by another (NEW) image uploaded by user?in PHPHow to replace image form folder by another (NEW) image uploaded by user?
Hello,
Alright, so I came across the following problem. I have system where users can upload their profile images. Images get stored in folders with member id's. The issue is: When user uploads image it get's set as their profile image, but when they upload new image it get's stored in the folder with old image, so now they have 2 profile images. And this causes trouble. I need to automatically delete old image when user uploads new... -
Handling WebClient Async Upload for multiple sites
Hi All,
I'm trying to create an app that can upload the same file to multiple site at the same time.
This is my code till now...
...Code:private void UploadFile(string _ip, string _file) { //Setup the client and Credentials WebClient wc = new WebClient(); wc.Credentials = new NetworkCredential("user", "pass"); //set the Async routines -
Renaming file before uploading to ftp via php
Hi I have this script that works for me but I want to add a date and or time of upload to the name of the file being uploaded, using this form, but want to keep the original file name as well . All because and incase of the same file name already exsiting on the server..
What function would I use and how would i script this please
...Code:<?php if ((($_FILES["file"]["type"] == "application/msword")
-
How to upload files above 1 MB in size?
Hello,
I am working on a site currently. And I did make it live but I had to put it off due to this problem I found. I saw other threads with kind of same problem as well but nothing seems to solve mine.
Here the php code I am using to upload files.
...Code:</TR> <tr> <td><h3>File: </h3></td> <td width="200"> <input type="hidden" name="MAX_FILE_SIZE"
-
HOW to upload to two places?
this is what i have so far but it uploads to the first location but not second.
...Code:$newname = dirname(__FILE__).'/upload'.$myvar; $newcopy = dirname(__FILE__).'/copy'.$today.$myvar; //Check if the file with the same name is already exists on the server if (!file_exists($newname)) { //Attempt to move the uploaded file to it's new place if ((move_uploaded_file($_FILES['uploaded_file']['tmp_name'],$newname))) -
How to upload files via a php script on a plesk server?
The error I have been getting is either (when I switch the $_FILES['uploadfile']['name'] (originally at top where tmp_name is)
Warning:ftp_put (C:\Inetpub/vhosts/dumountaineer.c om/httpdocs/dbimage/log.gif) [function.ftp-put]: failed to open stream: No such file or directory in C:\Inetpub\vhos ts\dumountainee r.com\httpdocs\ todb.php on line 21
or Access Denied when I switch back.
...Code:<?php $tmp=$_FILES['uploadfile']['tmp_name'];
-
How do I upload a user's file to a file server without using FileUpload?
I need to upload a file (xml, pdf, etc) from the user's PC, but I need to write it directly to a file server. I cannot use FileUpload because there is no way to direct its initial upload to anything but the web server. So, how do I use the HTML INPUT to upload the file from the user's PC directly to a file server located at a different URL than the web server the web page is being hosted on?
Thanks for your help. I am not as good... -
How do I upload a user's file to a file server in HTML
I need to upload a file (xml, pdf, etc) from the user's PC, but I need to write it directly to a file server. I cannot use FileUpload because there is no way to direct its initial upload to anything but the web server. So, how do I use the HTML INPUT to upload the file from the user's PC directly to a file server located at a different URL than the web server the web page is being hosted on?
Thanks for your help. I am not as good... -
Access 2007 to SQL server file upload?!
I have an Access 2007 database with an attachments facility. Currently the client may upload files locally but the files cannot be accessed elsewhere. I have been able to carry out a similar operation when developing on a web based system however I cannot seem to do it on an Access 2007 database and I am unsure as to whether it is even possible. Basically the system needs to connect to the SQL server online and upload the file although the database... -
input element of type file not reading file names after 20 file elements
Hi,
The strange problem i am having is,
the input element of type='file' not reading file names after 20 file elements. It simple returns null on reading the 'name' of file.
The code is simple and has no error as I am testing it standalone
...Code:<form action="testfile.php" method="post" enctype="multipart/form-data"> 1<input