Secure area and client upload via browser

Hi,
Our client wants to be able to setup username and password
'user areas' on demand for their clients.
From within these areas they want their client to be able to
upload a number of different files through the browser and be able
to view and access them online.
Does anybody know of any 3rd party software or company that
would be able to help me set this up as i have very limited
knowledge of PHP, Cold Fusion or whatever would be required, and
the timescale of the job would not allow me to spend a lot of time
learning it.
thanks for any help
Gareth

boneykingofnowhere wrote:
> Hi,
>
> Our client wants to be able to setup username and
password 'user areas' on
> demand for their clients.
>
> From within these areas they want their client to be
able to upload a number
> of different files through the browser and be able to
view and access them
> online.
>
>
> Does anybody know of any 3rd party software or company
that would be able to
> help me set this up as i have very limited knowledge of
PHP, Cold Fusion or
> whatever would be required, and the timescale of the job
would not allow me to
> spend a lot of time learning it.
>
> thanks for any help
>
> Gareth
>
>
>
If you don't have time to learn a server-side solution, it
would be
easiest to configure some kind of blog software, such as
Wordpress.
There's no easy way to do this with only html and css.
Bonnie
in California
8 ^ )

Similar Messages

  • How to read a XML document uploaded via browser in OWA_Content

    I've developed a PLSql procedure to upload xml documents (via browser) into owa_content, now i need to read this xml document to use XML packges for insert into a Table if someone have a tip... help me please!
    Thanks!

    If u want to display the name : value then u can do like this
    <xsl:eval>this.selectSingleNode("name").nodeName</xsl:eval> : <xsl:value-of select="name" />

  • Which is your favorite sharpen skill for image to print and to upload via web

    Hi
    which is your favorite sharpen skill for photo ?
    which skill do you use for a print or upload via web like flirck ,one exposure
    i like a lot this skill  http://www.photoshopsupport.com/tutorials/sharpen-an-image/photo-sharpening.html
    i know what would you think ... every image has a sharpen skill
    but i would like to know your favorite or more used for print or web upload
    thanks
    cheers

    Personally I'm fond of working at an upsampled resolution then sharpening near the end of my workflow, then downsampling for use as a work product.
    Example:  Work at double (or more) the pixel count you'll need for web publishing, sharpen fairly aggressively, then downsample.  That tends to get you highly detailed looking results that are cleaner of sharpening artifacts.
    As far as just sharpening things, I invented my own set of actions that employ fractals... 
    -Noel

  • WS security, SSL and client auth

    Hello all,
    I need to secure a web service using SSL with client auth (client has a certificat issued by the web service provider wich he can use to access it... i suppose).
    Being a newbie i have no idea what are the options and how to implement them.
    If good tutos are available on the subject it would be nice.
    I also had another question: with a web service, what guarantee do i have that the client has consumed the web service and received the information he wants etc., it is critical for me to know that everything went ok...
    Cheers

    Hi
    One of the best books I found that covers security is located at:
    http://www.lulu.com/content/214643
    You will, or get you company to :), buy it (it's not expensive). It covers axis1.3, note that axis2 is out, but since your just starting with web services this will be a very good start on many of the concepts and how to implement them.
    Should you decide to use Axis give it's documentation and many tutorials a look, the main site is: http://ws.apache.org/axis2/
    Re: getting a guarantee, I might be wrong, but I do not see how this can be done with services and to be honest with any other type of application (especially the "received the information he wants" bit). The only way I can think one to do this is to include it as part of the SOP (standard operating procedure) for specific functionality in your application. The "it" would be an additional step that the user needs to do e.g. click an "accept" button that kicks of another "request" to the web service indicating that the initial request satisfied the users query - logically this request will need to contain some type of identifier that will enable you to map it to a previous request.

  • On click download file to client machine via browser

    Dear sir
    I am J2EE beginner. I am trying to write a simple JSP application which allows users to download a file. I mean on the home page a file link should be visible to uses and when any one clicks on it, it prompt for downloading or just directly starts downloading on the users computer.
    for this i have search through internet but could not get simple solution. Some people say that just put the file into anchors and u r done. But it is not working correctly.
    please guide me through steps by which i can do it or refer to me an existing example if possible.
    thanks u.

    The servlet code is below, that i am using:
    package org.exam.controler;
    import javax.servlet.http.*;
    import javax.servlet.*;
    import java.io.*;
    public class ControllerServlet extends HttpServlet
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
               FileInputStream is;
               response.setContentType("application/jar");
               File f = new File("C:\\Users\\Umer\\Desktop\\jar\\java.jar");
               response.setHeader("Content-disposition","attachment;filename=java.jar");
               byte [] byteArray = new byte[(int)f.length()];
               try {
                  is = new FileInputStream(f);
               } catch (FileNotFoundException e) {
                  PrintWriter pw = response.getWriter();
                  response.setContentType("text/html");
                  pw.println("<html>");
                  pw.println("Error Message:" + e.getMessage());
                  pw.println("Absolute Path:" + f.getAbsolutePath());
                  pw.println("</html>");
                  pw.flush();
          return;
       is.read(byteArray);
              OutputStream os = response.getOutputStream();
               os.write(byteArray);
               os.flush();
               @Override
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
         * Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
         * @throws ServletException if a servlet-specific error occurs
         * @throws IOException if an I/O error occurs
        @Override
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
         * Returns a short description of the servlet.
         * @return a String containing servlet description
        @Override
        public String getServletInfo() {
            return "Short description";
        }// </editor-fold>
    We can suppose that there will be only one jar file on the server to download.

  • How embed 'clean' ID and password in Muse Secure Area sign-in works, but looks VERY klunky

    I built the website for a charitable organization of local business people who pump a lot of money back into youth-related activities in the local area.  They wanted a Secure Area so members could access other member phones, addresses, and other personal info.  I set up a Secure Area - and it works fine.
    But -- since I'm using Muse, I had to embed the Secure Log-in into the Muse page in the Admin Area.  It essentially pastes the log-in HTML into the Muse page.  As I said, it works, but it looks absolutely terrible !
    Do I need to have someone help me build a clean HTML that I can embed ?  (Since I maintain the site by updating Muse and publishing to site, I need to embed the Log-in HTML every time I publish an update.)
    Is there some other way to plug in the Secure Area log-in ?
    Thanks,
    Dick Fox
    [email protected]

    Hi
    Are you using Business Catalyst to host the site and using secure zones with Muse pages ?
    If yes then you can change the login window and style it accordingly from admin area.
    Example mentioned here :
    http://kiyuco.com/tutorials/install-a-lightbox-style-login-form-on-business-catalyst-with- fancybox
    Thanks,
    Sanjit

  • The latest changes to the function to "Upload to FTP host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!

    The latest changes to the function to "Upload to FTP Host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!  I use BlueHost webhosting that has a primary domain and I have several domains with that account (as sub-domains or folders on this server) - with past versions of Muse when uploading pages it simply opened an alert window to tell me (what I already know) that the website I was uploading does not point to the primary domain BUT NOW Muse tries to create a new separate folder in the root directory of the primary domain - completely ignoring the directory path I am giving it - useless!  Why make these senseless changes to the program - and so often - very frustrating it is like amateur ware!.

    Hi Stephen,
    There are some issues with the upload to ftp via Muse, which the engineering team is aware of and those will be fixed in a future build of Muse. At this point the work around would be to export the html from Muse and then upload via some third party ftp client like filezilla.
    I will recommend that you keep an eye on our release notes page to get more updates on it - Release notes | Adobe Muse CC
    - Abhishek Maurya

  • Secure Area - Is content secure & how to best implement.

    I have a secure area on a web site that works fine (user is directed to secure area on successful login).  My question pertains to copying the URL of the secure  area and pasting in to a new browser.  Even after a logout the secure information is displaying.  Is there any way of preventing this?  Is this how a secure area is designed to work?

    Make sure that whatever page you end up on is set to be a secure page--- you have to login to BC and goto Site Manager > Pages and find your page that is the homepage for your secure zone and edit it.  When editing your page, click the Actions button and select "Add Page to Secure Zone" and choose the secure zone you've setup.
    The only way that your page will show if you paste the URL when you are logged out is if that page is not setup to be in a secure zone.  If you set it up properly and logout, when you visit that page again it should tell you that the content is blocked off and you need to login.

  • I'm in Afghanistan with limited internet options. I have a wifi service plan I am signed up for however, a log in and password are required via browser log in, not a security key attached to the wifi. Please help...

    I'm in Afghanistan with limited internet options. I have a wifi service plan I am signed up for however, a log in and password are required via browser log in, not a security key attached to the wifi (like a hotel). Please help...

    the appletv will not be able to work on it's own
    you can use a computer or iphone acting the role of hotspot login using it's browser and getting internet access and then sharing it with the appletv
    so the appletv sees it as a wifi router it connects to

  • The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the

    When i tried to login in inbrowserediting.adobe.com i see that:
    The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user.
    What does it mean? What is problem?

    Hi,
    I have just created my First website using Muse and Its all been uploaded to my FTP server but i cant access the in browser editing which was the whole reason why i re-done the website for my client using muse
    its saying the following
    "The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user. server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user."
    Yet i Can access my website fine "www.calmwood.com.au"
    My ftp server responds to either the IP Address or the DNS Address www.calmwood.com.au
    so i am not understanding how it thinks its different. when its fully referenced
    any help would be appreciated.
    thanks

  • I recently updated to ios 6.1.1 and since then, the photos i am uploading via ios does not show on my timeline or on the newsfeed, but the pictures show in the album. can you help me with it? thanks.

    i recently updated to ios 6.1.1 and since then, the photos i am uploading via ios does not show on my timeline or on the newsfeed, but the pictures show in the album. can you help me with it? thanks.

    fingers crossed, it appears they are working the bugs out of this update....i was able to post a pic to my newsfeeds/time line this morning....first the picture went into the ios album but within a minute, it appeared on my timeline! im glad ...

  • How to secure word docs, access only via username and password?

    I have created a CMS (Content Management System) where
    residents can access publicly made available word documents
    uploaded via the web by authourised members of a residents
    association. (no password needed)
    password only needed to upload
    I have also created a section for excecutive members only
    where documents for coming meetings are kept, but are not yet
    available to general residents. (password is needed to view these)
    All works fine apart from the executive section, all the
    documents seem to get 'spidered' no matter what is in the robot.txt
    file.
    this i know as i have been tracking visitors to it.
    the pages are not yet live or in use as i want to be sure
    that these 'not for public viewing' file are not viewed until they
    are in the public folder.
    each section will have their own folder, but google has
    'spidered' all pages! it seems that google and other sites are not
    taking notice of the robot.txt, i have read on some sites that this
    is common. how they do this is beyond me, i though that you could
    only spider a site that had a home page and that you follow all
    links contained within this initial page.? seems that this is not
    the case.
    what other methods can i try out that will protect these
    files.
    (please do not reply with, do not put them on the site!) i
    have had this with other forums in the past.
    only sesible answers please.
    and thank you in advance for your time.

    i have been busy looking around but not finding anything.
    My PHP scripts at present accept the word docs and store them
    in folders, lets say, www.site.com/secretfolder/...
    One suggestion is to have them in a database, this is not
    idea, but is going to be the last resort.
    the idea i like most is to have the outside the root www
    folder.
    what i am not sure of is how i allow access to them if normal
    access can not be used. i.e. www.site.com/myfolder/file.doc
    one way that has been suggested is streaming but this
    completely eludes me, i first thought streaming was for sound and
    video, but that aside, please can someone provide some links to
    sites that show some examples or more information on how i do this.
    i do not need the file to be uploaded as i can change my
    scripts to upload to the new folder that is outside the root www
    folder, what i do not understand is how i get the file back from
    this outside root folder to the user that is wanting to view it.
    my way of thinking is to create a temp folder inside the www
    folder but this means that the files will then be available to the
    robots again and if i was to have the folder cleaned after the file
    is taken what happens if the server or the persons pc was to crash
    or something, then the script will not complete and the file will
    still be available to view by the robots.
    or is their another way

  • Get Uploaded File Mime Type and Client Filename

    Anyone know how to recover an uploaded file MIME type and
    client file name?
    I'm writing my own cfx tag to process file uploads and pretty
    much have it figured out except to determine the name of the client
    file and mime type. The formfield file variable value contains the
    path/filename to the CF temp directory, but I need the MIME type,
    filename, etc. that is contained int he HTTP Header
    (e.g. Content-Disposition: form-data; name="Image";
    filename="C:\test.JPG"
    Content-Type: image/pjpeg
    [empty line])
    I'm using the getHttpRequestData() functiont, but it only
    gives me the content-type multipart/form-data, leaving out the Mime
    type and Content-Disposition (which contains the client file name).

    Hi Daniel,
    do you use EPG, mod_plsql or APEX Listener? Have you changed the connection mechanism after upgrading to 4.2.1?
    If you use the APEX Listener, which version do you use? Which browser and version do you use to upload the file? Does it reproduce with other browsers as well?
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • HT5620 hi , why the rest security question not shown in my browser to press on it and rest my forgotten answers ?? hellllp plzzzz

    hi , why the rest security question not shown in my browser to press on it and rest my forgotten answers ?? hellllp plzzzz

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • How to extract information from client security certificates and display it

    Hi guys,
    just wanted to know is it possible to extract information from an digital security certificate and get that displayed on top level navigation of the portal. So for ex. I want to extract the clients name and code and area from where they come from to be displayed on top level.
    thanks
    anton

    RoopeshV wrote:
    Hi,
    The below code shows how to read from txt file and display in the perticular fields.
    Why have you used waveform?
    Regards,
    Roopesh
    There are so many things wrong with this VI, I'm not even sure where to start.
    Hard-coding paths that point to your user folder on the block diagram. What if somebody else tries to run it? They'll get an error. What if somebody tries to run this on Windows 7? They'll get an error. What if somebody tries to run this on a Mac or Linux? They'll get an error.
    Not using Read From Spreadsheet File.
    Use of local variables to populate an array.
    Cannot insert values into an empty array.
    What if there's a line missing from the text file? Now your data will not line up. Your case structure does handle this.
    Also, how does this answer the poster's question?

Maybe you are looking for