How can I allow users to upload files when they submit a contact form?

I need my users to be able to send me pdf, ai, psd, and jpeg images for a custom tshirt website I'm building Thanks for any suggestions-- Lory

Hello,
Please check the similar forum thread below.
https://forums.adobe.com/thread/1213492
Regards
Vivek

Similar Messages

  • How do I allow users to upload personal files through website?

    How do I allow users to upload personal files through our website?
    I am trying to allow the visitors the ability to upload images for a future contest we will be hosting. I am trying to build a submit form with personal fields (already got this done) along with a field they can upload 1 or 2 images. I want the form to send me an email with details along with image files. I have a BC webbasic+ account and I am using Muse for my web editing.
    Can someone point me in the right direction?

    Hi,
    You could apply a "file attachment" field within the web form.  If needing more than 1 file attachment you'll need to access your form code and hard-code the additional field. 
    The form will collect the file(s) and will be held within the case details under "related files".  You can also assign a workflow to recieve notifications however only 1 file will appear in each email.  To see the other files you'll need to access your order details. 
    All this can be create and managed within your site's admin.  yoursite.com/admin 
    Within the site admin...
    http://helpx.adobe.com/content/help/en/business-catalyst/using/create-insert-form.html (Creation of webform, etc)
    http://helpx.adobe.com/content/help/en/business-catalyst/sbo/customer-database.html#id_227 59 (Manage customer web form submissions)
    Hope this helps!
    -Sidney

  • Chat App: how to store the user IP in database when they login.

    hello,
    i am working on chat application. first i made a login GUI form. after login when we run the Chat program, it ask the ip address of the server to whom it want to connect. and if u enter the ip address, it will connect to the server and chat will begin, thats working perfect.
    but i want to show the list of users who r logged on and when i simply click on the user name, chat should begin.
    i have the logic that when any user log in, then its IP address will be stored in the database. this ip address will shown to the online users.
    but i dont know how to store the user information in database when they log in. can any body suggest me wht lines of code i should use.
    thanks.

    palakk wrote:
    i have the logic that when any user log in, then its IP address will be stored in the database. Bad approach. That will only work if this chat is only intended for use on a LAN. If it's used on the internet, then your users' IP addresses will almost always be either a) those of their routers, or b) private IP addresses, and in both cases, multiple users can have the same IP address.
    this ip address will shown to the online users. Why would you want to do that? I want to chat with "Bill", not with "1.2.3.4".
    but i dont know how to store the user information in database when they log in.Do the same thing that you're currently doing to store the IP address, but with the other information you want to store.
    can any body suggest me wht lines of code i should use. This is not a code writing service.

  • How can i say yes to automatic updates when they stop my wireless dlink to Virgin home broadband from getting on the internet and then i have to do a system restore to the day before the update to get it back to normal?!? Frustrated

    how can i say yes to automatic updates when they stop my wireless dlink to Virgin home broadband from getting on the internet and then i have to do a system restore to the day before the update to get it back to normal?!? Frustrated
    == This happened ==
    Not sure how often
    == automatic updates go on my computer, say if i click yes to update when shutting down

    You have 10.6 on that machine, I suggest you stick with it for performance, third party hardware and software reasons as long as possible.
    Consider 10.8 (not 10.7) when it's released, because 10.7 and 10.8 will require a new investment in software and newer third party hardware as it requires newer drivers the old machines won't have. (forced upgrade because of software, really nice of them)
    http://roaringapps.com/apps:table
    Far as your Safari problem do these things until it's resolved:
    1: Software Update fully under the Apple menu.
    2: Check the status of your plug-ins and update (works for all browsers) also install Firefox and see if your problems continue. You should always have at least two browsers on the machine just in case one fails.
    https://www.mozilla.org/en-US/plugincheck/
    Flash install instructions/problem resolution here if you need it.
    How to install Flash, fix problems
    3: Install Safari again from Apple's web site
    https://www.apple.com/safari/
    4: Run through this list of fixes, stopping with #16 and report back before doing #17
    Step by Step to fix your Mac

  • How to calculate the total of bytes transferred when I submit a PDF Form in A. Reader

    Hello,
    I need to know some way for calculate the total of bytes transferred when I submit a PDF form using JavaScript, hereby:
    b ******************************************************************
    i var service_url = http://some_webservice/;
    i var send_type = "PDF";
    i var doc = event.target;
    i doc.submitForm( { cURL: service_url, cSubmitAs: send_type } );
    b ******************************************************************
    b The reason:
    I need to indicate the percentage of bytes sent to the server, in real time. Adobe Acrobat shows a progress bar and the transferred quantity in bytes, but Adobe Reader doesn't. Is in this case, when I need to find a way in order to make something similar.
    b Than you for your time.

    You can use SharePoint Designer and calculate the total in xslt view. Refer to the following post for more information
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/04/24/how-to-total-calculated-columns-in-a-sharepoint-list.aspx
    http://blog.metrostarsystems.com/2012/12/03/jennys-sharepoint-tip-sum-calculated-columns/
    Cheers,

  • How can I allow users to view any Wiki Pages inside my enterprise wiki site collection, as PDF files

    We are working on an enterprise wiki site collection, and users start adding wiki pages and link them together. But a new requirement was raised by the customer, to allow users to be able to convert any wiki page to pdf file and save the pdf file to their
    local PCs. They are suggesting to add a link or an option inside the upper ribbon , named “Make as PDF”, and once clicked they can view the current wiki as a pdf file.
    Not sure what are the capabilities of SharePoint 2013 to do so ? and is there any third paryt tools that allow doing similar tasks ?
    Thanks

    If you want to save as PDF, could you not use a PDF printer, so the procedure would be to 'Print this page' and the user then selects their PDF printer and where they want to save the file.
    but in this way the user will have the page header footer, left navigation included in the pdf file. while i want to extract the body only. i so not think you apprach will work for my requirements

  • How can I allow users to access SQLPLUS?

    Hi everyone,
    I have been charged with the task of creating an Oracle server on a CentOS VM. Installation and configuration is complete and SQL is working fine for the database admin user "oracle." I copied the environment variables to the .bashrc file for "oracle" and SQLPLUS starts without a hitch.
    Here is where I need a little guidance...
    I need to create basic Linux user accounts that will have access to the database, so they can then in turn log into their SQLPLUS accounts. The problem is, all of the database files and software are in located in the user "oracle's" directory. This means that no one but "oracle" and root have access to these files because they are the only ones with proper permissions.
    Before I put a ton of time into this, I thought I would pose these questions to the Oracle Linux community:
    1) Could I enable a specific Linux group (ex. "Oracle Users") to have access to the main database folder or possibly all folders along the path? I am hoping this would allow any users I put in the group access to the folders, and essentially the SQLPLUS application. (here is ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1)
    2) If that is not an option, will I need to make a completely new database and locate it in a location that all users can access?
    I understand that my first idea may not be the SAFEST method, but this is only for a small class of students learning how to use SQL and writing queries. There will be no sensitive information at risk. This would be a quick fix until I learned more about Oracle and how to use it.
    Thank you everyone.

    It certainly is rather a question for the General Database forum, though I doubt you will get a lot of happy replies for such a basic question.
    You can use / as sysdba OS authentication through SSH or using the server console, provided the user's account belongs to the "dba" user group. For remote connection through sqlnet you need create a $ORACLE_HOME/dbs/orapw$SID password file.
    If you would like to know more about this:
    Connecting / as sysdba is used for OS authentication. It ignores password credentials stored in the database and allows any user belonging to the OSDBA system group to connect to the database. Connections as sysdba will always connect to the SYS schema of the database, regardless of any username or password specified. Using OS authentication relies on the BEQ protocol, which connects to the database directly, without using the Oracle Listener process.
    The "oinstall" group will give access to the database software repository. There could be different oracle home installations, each with a different oracle user/owner like "oracle_prod1" and "oracle_prod2", but both users must be able to read/write the shared oraInventory, in which case both users must have read and write access to the oraInventory directory, hence the oinstall group.

  • How can I back up my uploaded files in iTunes Match?

    I have started uploading files to my iTunes Match library but during the process, I got error 4002. Don't  know what this means. I already checked my connection and everything is good. What I did is I cleared my hard drive and reinstalled my OS and then started over. I noticed that some of the songs are greyed out. I cannot play or download the files that are greyed out. Do you have any ideas on how I can get the greyed out files on my iTunes Match library? Thanks.

    Hi,
    Did you delete your music from your hard drive when you reinstalled your OS.
    Match scans your iTunes library and from the brief info that you provide, it would appear that the match process had not completed. Therefore you have greyed out songs.
    You will need to restore those tracks from your backup. I trust that you have a backup of all your music!
    Jim

  • How can I allow users to submit a form without entering credit card info?

    Hello all,
    We are offering a free gift to our constituents. So, what we need is a form that will allow users to either claim the gift and make a donation, or claim the gift and not make a donation. Ideally this is one form. Is there a way for users to fill out everything but the credit card info?
    Thanks,
    Mike

    Hi Mike,
    You can use "Free" payment method to do so and hide the credit card fields using JS and CSS based on the payment method type selection. Please refer to the following article : http://kb.worldsecuresystems.com/893/bc_893.html
    Hope this helps.
    Regards,
    Aish

  • How can I allow users to change an image on my site?

    I am running this website...   www.northernilskywarn.org
    I have user log ins/permissios set up. However, the flashing GIF image in the top left that says "current net status," I want logged in users to be able to land on a page, have something like a drop down box or something that has different options like "Blue, Green, Yellow, Red" so when they click the image they want, click submit, it changes it on the site.  I'm not sure what kind of script I would use.
    Thanks in advanced!

    You might want to take time to work through this 3-part tutorial. 
    Building your first dynamic website:
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.

  • How can i include css in html file when exported

    I want the CSS should be included in the html file when exported, how is that posable?

    Muse follows its own structure and keeps HTML, CSS and JS code in separate files as and when possible. If you want all that code to be merged into the HTML file itself, then there is no option to force Muse to do that. You can however, add your own CSS code into the HTML page by adding the CSS using either the Insert HTML option or using the HTML for <head> option in Page Properties > Metadata.
    Cheers,
    Vikas

  • Why can't itunes locate my music files when they are there?

    I think that this happened when I checked off both "keep iTunes media folder organized" and "copy files to iTunes Media Folder when adding to library."I had all of my files located at C:\Users\Beata\Music\iTunes\iTunes Media   and then I noticed that itunes made folders for all of of my music files because I have checked off the keep iTunes media folder organized. Ever since then, itunes can't find all of my files but only some of it and I don't want to go one by one to locate all of the songs. All of my songs are located in the same location which is C:\Users\Beata\Music\iTunes\iTunes Media\Music  I changed it to this location because all of my song files are located there and the place where it was located before, I didn't find the song files on there. I also noticed that itunes would oragize and create folders for my songs in the my music library and I thought that was the reason why itunes couldn't find the files because they were in the wrong location so I moved all of those folders to C:\Users\Beata\Music\iTunes\iTunes Media\Music  So, is it because all of my files are in folders since itunes organized them? All of my files are in album, artist, and song title folders. Where should all of these folders be located at? Also, iTunes creates multiple folders that have the same name and should I just leave the folders be or organize them myself because I have folders that have the same exact name as in the artist and title but it has different song files in the folders. Should I combine the files into the same folder that have the same artist or should I just leave it that way?  Please ,I really need help as I have tried almost everything.

    Help iTunes locate your media folder:
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967

  • HOW CAN VERIZON EXPECT TO SELL 4G PHONES WHEN THEY ONLY RELEASED ONE SO FAR?

    I don't get it but why is Verizon even selling 4g service when they only have released one 4g phone...the HTC Thunderbolt so far?  I think they jumped the gun on wanting to be a provider but not having the goods to do so. 

    what happens when you change the subject line in an existing thread - let's see  Answer:  It does not change the subject of the original post (thread).   Too bad,  i  hate all caps posts -  other than vision issues - which happened once when I asked why , and should be addressed on the client screen using the accessibility options available on most system.  I just find it plain rude to post that way.  So if you don't have problems seeing,  be polite!    If you want to yell at a Verizon employee, do it privately.   IMHO,  This here is not a place for disgruntled customers - it's for customers who want to help each other with genuine technical and Verizon policy issues.   These issues are best addressed in a constructive, civil manner.   The final redress for any individual vs. a mega-corporation is  a,.  not doing biz with them,  b.  filing a complaint with the relevant federal, state or local regulatory agency.   And of course,  via the press or an independent website. 
    Now, onto the question,   there's no reason to push the limts of technology on a device with a tiny screen and limited silicon horsepower.    Watching HD video on a 3" screen with earbuds, is not my idea of a good time.   And how fast to I need to download two minute mp3's.     For on-the-go business people,  fast mobile , wireless connectivity is a great tool. Wi-fi is not a true mobile technology - it's wireless in your living room.   At least I ranted in lower case. albeit a long-winded rant. 

  • How can I allow user to customize the functionality of program at runtime? (not using runtime code compilation)

    Using .NET Framework 4.0 what features are available that would allow to accomplish something very modular and user customizable, like depicted in this XML.  Where I define specific base operations like Get() and Put() methods that operate on strings. 
    And allow the user to add and remove those or mix and match them in a way that they basically design their own run time functionality that suits them.  So they just create their own 'Operation' and fill it with the operations they want to perform on some
    incoming data type, in this case it is a string - with substring and insert methods. 
    EDIT - Assuming end user is non programmer and Dynamic Code compilation is not an option.  I have an idea maybe using dynamic keyword, but not sure if it makes what i suggest possible.
    <Operation Name="GetValues">
      <Get id=123"  FromIndex="2" ToIndex="23"/>
      <Get id="234"  FromIndex="3" ToIndex="5"/>
       <Output Path="C:\" Filename="testOut.txt" Append="true">
         <Format>
              <Result id="123"/> , <Result id="234"/>
         </Format>
       </Output>
    </Operation>
    <Operation Name="InsertValue">
      <Put AtIndex="5">stringtoinsert</Put>
      <Put AtIndex="36">anotherstringtoinsert</Put>
    </Operation>

    Hi sjs1978,
    I am not familiar with dynamic code, and I made a research about it.
    >> I'm aware of dynamic code compilation, but that requires user to input pieces of code.
    Did you try to store the pieces of code into a file and call the code when the dynamic code compilation requires user to input code?
    In addition, I found links about using code provider to compile a source file, and the links below might be useful to you.
    # Dynamic Source Code Generation and Compilation
    https://msdn.microsoft.com/en-us/library/650ax5cx(v=vs.110).aspx
    # CSharpCodeProvider Class
    https://msdn.microsoft.com/en-us/library/microsoft.csharp.csharpcodeprovider(v=vs.110).aspx
    # Is it possible to dynamically compile and execute C# code fragments?
    http://stackoverflow.com/questions/826398/is-it-possible-to-dynamically-compile-and-execute-c-sharp-code-fragments
    Best Regards,
    Tony
    Help each other

  • How can I allow users to save fillable forms I've created in Acrobat 9 Pro?

    Do I have to use Live Cyle Designer? I require all users to use Acrobat Reader 11 so I do not have to Reader Enable each form, which is a hassle.

    No, you don't need to use LiveCycle Designer. To create a form, first create the PDF and open it in Acrobat. You can then add the form fields by selecting: Forms > Add or Edit Fields
    It will ask you if you want Acrobat to attempt to create fields automatically where it thinks they should be. The form will then be opened in form editing mode and you can add/edit the fields.

Maybe you are looking for

  • HT1338 Safari keeps closing. help!

    Safari crashes every few minutes. This is my first mac, help!

  • Session loss when a new window pops up

    Hi there I'm facing a problem with sessions.I'm using IE browser and a Tomcat server version 5.0.* . I have to use sessions in order to pass my variables through out my application, but when i click a link that pops up a new window and then close the

  • How to send a JMS message to a remote Queue?

    Hi, I know how to create a JMS message and send it to an MDB that listens to a topic in the same container in which the JMS is created. In other words, if I have the following MDB: @MessageDriven(mappedName = "jms/MyQueue", ...) public class MyMDB im

  • Error Message: Disk too slow or System Overload

    hey guys during playback i keep receiving an error message reading: Disk too slow or System Overload. I was wondering if anyone knew the cause of this? Thanks for any info

  • Populating fields based on list box values

    I have created an application based off of a table and so the 1st page is the actual report and the 2nd page is the data entry form. I have changed the form elements (like text box to select list) etc. I need to have (2) text box fields populated bas