Results 1 to 14 of 14

Thread: Image upload by site visitors
      
   

  1. #1
    Kensington is offline Private
    Join Date
    Jul 2010
    Posts
    3

    Default Image upload by site visitors

    I need to create a box / field / button that allows site visitors to upload an image from their computer / handheld device, to then store the image on the site / server library for other visitors to search through and display if they wish.

    How do I do this and how do I limit the image size / resolution upload, and or reject them if too large?

    Way too many questions and not enough answers, but then that is my fault....

    Many thanks

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Image upload by site visitors

    It is easy to upload images, using a BV form. Please watch / read the Forms tutorials. You can limit the size and also reject files bigger than the set limit.

    Making these images available to site visitors automatically, requires custom coding.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Wink Re: Image upload by site visitors

    How can I do the same with videos? Is it possible to let visitors upload their own videos, search for them and rate them on my web?

    www.alfaaudiovisual.com

    Regards
    Alberto

  4. #4
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Wink instalation of ABVFP

    I am trying to install ABVFP through http://www.yourdomain.com/ABVFP/dbts_install.php
    but it just goes to http://www.yourdomain.com/
    and I can't find the page DB TECHNOSYSTEMS that you have a picture of in the pdf tutorial for the installation...

    How can I proceed?

    Regards
    Alberto

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Image upload by site visitors

    Replace "yourdomain.com" with your real domain name....
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Image upload by site visitors

    Quote Originally Posted by linceman View Post
    How can I do the same with videos? Is it possible to let visitors upload their own videos, search for them and rate them on my web?

    www.alfaaudiovisual.com

    Regards
    Alberto
    You can upload files of any type through the built in form processor or through ABVFP, but the rest of what you want (searching, viewing, rating) require specific scripting. You should search on the net for you Tube clone scripts
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Default Re: Image upload by site visitors

    oops yes... I have processed a form but as I finish it... I click on close window but it doesn't close or create a new form...

    How do I proceed now?

    Thx

  8. #8
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Default Re: Image upload by site visitors

    I have another little problem... I want to add video to my pages and I insert a Flash player... But then in the options I select allow full screen and display full menu, and it doen't do any of this... The video autostarts correctly but then I can't pause it, control volume, screen or anything... Any solution for this?
    Cheers

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Image upload by site visitors

    Form: I'm sorry but I don't understand what you mean. Please clarify
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Default Re: Image upload by site visitors

    I try to publish swf videos with the flash player in BV but it doesnt allow any options... I guess I have to create the swf or flv file with the play, pause, etc, control embedded onto it.

    Could you tell me how to intall JW Player into my site? I have been reading that that could be a solution but I can't manage to find out the right steps...

    thx
    linceman

  11. #11
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Thumbs up swf video player

    I have created an html code at JW site and at least I am able to see the video but the skin that I have uploaded to my directory stormtrooper.zip doesnt appear...

    Could you tell me what could be wrong... this is the code... thx

    <script type='text/javascript' src='swfobject.js'></script>

    <div id='mediaspace'>This text will be replaced</div>

    <script type='text/javascript'>
    var so = new SWFObject('spotinicio.swf','mpl','340','240','9');
    so.addParam('allowfullscreen','true');
    so.addParam('allowscriptaccess','always');
    so.addParam('wmode','opaque');
    so.addVariable('author','Alberto Moreno');
    so.addVariable('file','http://www.alfaaudiovisual.com/spotinicio.swf');
    so.addVariable('start','0');
    so.addVariable('title','SPOTINICIO');
    so.addVariable('frontcolor','ffffff');
    so.addVariable('lig***olor','cc9900');
    so.addVariable('screencolor','ffffff');
    so.addVariable('skin','stormtrooper.xml');
    so.addVariable('bufferlength','1');
    so.addVariable('volume','0');
    so.addVariable('autostart','true');
    so.write('mediaspace');
    </script>

  12. #12
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Arrow video lincema skin swf

    sorry the page is http://www.alfaaudiovisual.com/spot_...udiovisual.php

    I also set the code to 0 or any other value on the volume and just remains the same

  13. #13
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Arrow html swf file code

    IT's funny I have created this code on the JW page and it works on their page

    script type='text/javascript' src='swfobject.js'></script>

    <div id='mediaspace'>This text will be replaced</div>

    <script type='text/javascript'>
    var so = new SWFObject('player.swf','mpl','470','320','9');
    so.addParam('allowfullscreen','true');
    so.addParam('allowscriptaccess','always');
    so.addParam('wmode','opaque');
    so.addVariable('file','http://www.alfaaudiovisual.com/spotinicio.flv');
    so.addVariable('start','1');
    so.addVariable('autostart','true');
    so.write('mediaspace');
    </script>

    I can see the video on their page

    http://www.longtailvideo.com/support...wizard#preview


    Yet when I paste the same code on the BV html field I upload it and it doens't work.... I don't see anything...

    I guess I might be close to getting it but not yet....

    It you know a solution please help.

    Thx
    Linceman

  14. #14
    linceman's Avatar
    linceman is offline Master Sergeant
    Join Date
    Jul 2010
    Location
    Alicante, Spain
    Posts
    60

    Default Re: Image upload by site visitors

    solved with JW... I'm a little new to this... could you tell me which is the specific video tutorial where I can learn how allow user to upload videos to a folder on my server... I can't seem to be able to do it by myself from the forms

    thx
    linceman
    www.alfaaudiovisual.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49